Use mini_core in the tests
This commit is contained in:
parent
b4418b896c
commit
06fdf3df2c
12 changed files with 26 additions and 1165 deletions
5
.github/workflows/stdarch.yml
vendored
5
.github/workflows/stdarch.yml
vendored
|
|
@ -73,10 +73,6 @@ jobs:
|
|||
echo "LD_LIBRARY_PATH="$(./y.sh info | grep -v Using) >> $GITHUB_ENV
|
||||
echo "LIBRARY_PATH="$(./y.sh info | grep -v Using) >> $GITHUB_ENV
|
||||
|
||||
- name: Build (part 2)
|
||||
run: |
|
||||
cargo test
|
||||
|
||||
- name: Clean
|
||||
if: ${{ !matrix.cargo_runner }}
|
||||
run: |
|
||||
|
|
@ -92,6 +88,7 @@ jobs:
|
|||
if: ${{ !matrix.cargo_runner }}
|
||||
run: |
|
||||
./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore
|
||||
cargo test
|
||||
|
||||
- name: Run stdarch tests
|
||||
if: ${{ !matrix.cargo_runner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue