parent
d841f93855
commit
e082eebb5f
6
.github/workflows/rustc.yml
vendored
6
.github/workflows/rustc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user