Skip to content

Commit e082eeb

Browse files
committed
Run verifier checks during rustc tests too
Fixes rust-lang#1219
1 parent d841f93 commit e082eeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rustc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
# Enable backtraces for easier debugging
4242
export RUST_BACKTRACE=1
4343
44+
# Enable extra checks
45+
export CG_CLIF_ENABLE_VERIFIER=1
46+
4447
./scripts/test_bootstrap.sh
4548
rustc_test_suite:
4649
runs-on: ubuntu-latest
@@ -79,4 +82,7 @@ jobs:
7982
# Enable backtraces for easier debugging
8083
export RUST_BACKTRACE=1
8184
85+
# Enable extra checks
86+
export CG_CLIF_ENABLE_VERIFIER=1
87+
8288
./scripts/test_rustc_tests.sh

0 commit comments

Comments
 (0)