We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bdecd commit efc0883Copy full SHA for efc0883
.github/workflows/main.yml
@@ -93,7 +93,8 @@ jobs:
93
env:
94
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
95
- run: cargo test
96
- if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
+ if: contains(matrix.os, 'ubuntu-24.04') ||
97
+ (contains(matrix.os, 'ubuntu') && contains(matrix.rust, 'nightly'))
98
99
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"
100
0 commit comments