Skip to content

Commit 63b9bb9

Browse files
Add a publication dry run to CI
1 parent b2db994 commit 63b9bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
- name: Run tests
6161
run: |
6262
cargo test --all-features
63+
64+
- name: Publication Dry Run
65+
run: cargo publish --dry-run

0 commit comments

Comments
 (0)