We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5f7e24 + 63b9bb9 commit 18fe493Copy full SHA for 18fe493
.github/workflows/ci.yml
@@ -60,3 +60,6 @@ jobs:
60
- name: Run tests
61
run: |
62
cargo test --all-features
63
+
64
+ - name: Publication Dry Run
65
+ run: cargo publish --dry-run
.github/workflows/publish.yml
@@ -19,6 +19,8 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
+ with:
23
+ submodules: true
24
25
- name: Setup Rust toolchain
26
uses: dtolnay/rust-toolchain@stable
0 commit comments