mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-28 12:32:03 +00:00
fix package workflow
This commit is contained in:
parent
4fc0ada6ff
commit
80c2c5afb2
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue