Skip to content

Commit

Permalink
TO REVERT: Run the test in valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Dec 15, 2024
1 parent 530cdb4 commit 98fdec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stdarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
- name: Run tests
if: ${{ !matrix.cargo_runner }}
run: |
./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore
./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore || true
valgrind /home/runner/work/rustc_codegen_gcc/rustc_codegen_gcc/build/build_sysroot/sysroot_src/library/core/tests/target/debug/deps/coretests-0eb5c3b3aa55650b
- name: Run stdarch tests
if: ${{ !matrix.cargo_runner }}
Expand Down

0 comments on commit 98fdec1

Please sign in to comment.