mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
fix package workflow
This commit is contained in:
1
.github/workflows/package.yml
vendored
1
.github/workflows/package.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user