diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d99b17b..8adc645c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: cache-key: warm - run: cargo check --all-features --locked + + - name: Publish Dry-run Check + run: cargo publish --dry-run # Only need to build the test to create a warm cache on the main branch - name: Build cache by Cargo Check and Cargo Test