Skip to content

Commit

Permalink
Remove -Z options
Browse files Browse the repository at this point in the history
  • Loading branch information
GJKrupa committed Oct 4, 2023
1 parent 312ac1f commit 242ccb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort
RUSTFLAGS: -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
RUSTDOCFLAGS: -Cpanic=abort

jobs:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Test
run: |
cargo install cargo2junit grcov rust-covfix;
cargo test $CARGO_OPTIONS -- -Z unstable-options --format json | cargo2junit > results.xml;
cargo test $CARGO_OPTIONS -- --format json | cargo2junit > results.xml;
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 242ccb5

Please sign in to comment.