Skip to content

Commit 80c2c5a

Browse files
committed
fix package workflow
1 parent 4fc0ada commit 80c2c5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
run: cargo clippy --release -- -D warnings
8181

8282
- name: Test (release mode)
83+
if: matrix.os == 'macos' || matrix.os == 'ubuntu' || matrix.os == 'windows' && matrix.arch == 'amd64'
8384
run: |
8485
cargo test --release --verbose -- --nocapture &&
8586
cargo clean

0 commit comments

Comments
 (0)