Skip to content

Commit

Permalink
distinguish between nightly and rest
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 5b6955b commit e41e4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- run: cd rust && cargo build

- run: cd rust && cargo test
if: ${{ matrix.toolchain != 'nightly' }}

- run: cd rust && cargo test
if: ${{ matrix.toolchain == 'nightly' }}
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
Expand Down

0 comments on commit e41e4be

Please sign in to comment.