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