Skip to content

Commit 8d94e0d

Browse files
committed
Run zstd tests on Linux nightlies but not on other platforms.
1 parent b0ae948 commit 8d94e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
env:
9494
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
9595
- run: cargo test
96-
if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
96+
if: contains(matrix.os, 'ubuntu-24.04') ||
97+
(contains(matrix.os, 'ubuntu') && contains(matrix.rust, 'nightly'))
9798
env:
9899
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"
99100

0 commit comments

Comments
 (0)