Skip to content

Commit 72305fb

Browse files
committed
ci: Run cargo package as a sanity check
1 parent 3711565 commit 72305fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
- run: cargo test
3737
- run: cargo fmt --all --check
3838
- run: cargo clippy -- --deny warnings
39+
- run: cargo package
3940
- run: cargo publish --dry-run

0 commit comments

Comments
 (0)