Skip to content

Commit

Permalink
github: use unstable options to build cargo2junit
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Nov 4, 2024
1 parent bd860e1 commit b20caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
PROJECT_NAME_UNDERSCORE: masto_thread_renderer
CARGO_INCREMENTAL: 0
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests
RUSTFLAGS: -Zunstable-options -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b20caf3

Please # to comment.