Skip to content

Commit

Permalink
add cargo publish --dry-run in package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jan 16, 2025
1 parent 2985799 commit 465ae6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 465ae6b

Please sign in to comment.