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 4fc0ada commit 80c2c5aCopy full SHA for 80c2c5a
1 file changed
.github/workflows/package.yml
@@ -80,6 +80,7 @@ jobs:
80
run: cargo clippy --release -- -D warnings
81
82
- name: Test (release mode)
83
+ if: matrix.os == 'macos' || matrix.os == 'ubuntu' || matrix.os == 'windows' && matrix.arch == 'amd64'
84
run: |
85
cargo test --release --verbose -- --nocapture &&
86
cargo clean
0 commit comments