fix package workflow

This commit is contained in:
GyulyVGC
2025-04-19 18:41:46 +02:00
parent 4fc0ada6ff
commit 80c2c5afb2

View File

@@ -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