Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --release
env:
RUSTCFLAGS: -C linker-plugin-lto
RUSTFLAGS: -C linker-plugin-lto
# check that there are no uncommitted changes to prevent bugs like https://github.com/rust-lang/cc-rs/issues/1411
- name: check clean Git workting tree
uses: ./.github/actions/check-clean-git-working-tree
Expand Down