We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f35fc commit 1ab1bd9Copy full SHA for 1ab1bd9
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
cache-key: warm
44
45
- run: cargo check --all-features --locked
46
+
47
+ - name: Publish Dry-run Check
48
+ run: cargo publish --dry-run
49
50
# Only need to build the test to create a warm cache on the main branch
51
- name: Build cache by Cargo Check and Cargo Test
0 commit comments