parent
d841f93855
commit
e082eebb5f
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue