Skip to content

Commit 4b08eb4

Browse files
committed
Run cargo publish --dry-run in CI
1 parent c3d9da3 commit 4b08eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
run: |
4242
cd rust
4343
cargo test --verbose
44+
- name: Test publish crates
45+
run: |
46+
cd rust
47+
cargo publish --dry-run
4448
4549
lint:
4650
name: cargo:lint

0 commit comments

Comments
 (0)