Skip to content

Commit 1ab1bd9

Browse files
authored
chore: add dry-run publish in CI (#73)
1 parent 16f35fc commit 1ab1bd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
cache-key: warm
4444

4545
- run: cargo check --all-features --locked
46+
47+
- name: Publish Dry-run Check
48+
run: cargo publish --dry-run
4649

4750
# Only need to build the test to create a warm cache on the main branch
4851
- name: Build cache by Cargo Check and Cargo Test

0 commit comments

Comments
 (0)