diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 381f897d..f89dbbe4 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -80,6 +80,7 @@ jobs: run: cargo clippy --release -- -D warnings - name: Test (release mode) + if: matrix.os == 'macos' || matrix.os == 'ubuntu' || matrix.os == 'windows' && matrix.arch == 'amd64' run: | cargo test --release --verbose -- --nocapture && cargo clean