Run verifier checks during rustc tests too

Fixes #1219
This commit is contained in:
bjorn3 2022-12-15 13:59:29 +00:00
parent d841f93855
commit e082eebb5f

View File

@ -41,6 +41,9 @@ jobs:
# Enable backtraces for easier debugging
export RUST_BACKTRACE=1
# Enable extra checks
export CG_CLIF_ENABLE_VERIFIER=1
./scripts/test_bootstrap.sh
rustc_test_suite:
runs-on: ubuntu-latest
@ -79,4 +82,7 @@ jobs:
# Enable backtraces for easier debugging
export RUST_BACKTRACE=1
# Enable extra checks
export CG_CLIF_ENABLE_VERIFIER=1
./scripts/test_rustc_tests.sh