We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db852 commit cc9ebc5Copy full SHA for cc9ebc5
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
env:
95
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
96
- run: cargo test
97
- if: contains(matrix.os, 'ubuntu-24.04')
+ if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
98
99
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"
100
0 commit comments