Skip to content

Commit cc9ebc5

Browse files
committed
Try zstd on nightly Rust.
1 parent 10db852 commit cc9ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
9696
- run: cargo test
97-
if: contains(matrix.os, 'ubuntu-24.04')
97+
if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
9898
env:
9999
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"
100100

0 commit comments

Comments
 (0)