mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
add Check crate step to package CI/CD
This commit is contained in:
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@@ -72,10 +72,14 @@ jobs:
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
- name: Clippy (release mode) & check crate
|
||||
- name: Clippy (release mode)
|
||||
run: |
|
||||
cargo clippy --release -- -D warnings &&
|
||||
cargo publish --dry-run &&
|
||||
cargo clean
|
||||
|
||||
- name: Check crate
|
||||
run: |
|
||||
cargo publish --dry-run --target ${{ matrix.target }} &&
|
||||
cargo clean
|
||||
|
||||
- name: Install Cross
|
||||
|
||||
Reference in New Issue
Block a user