diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1df57da..5f17800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,3 +60,6 @@ jobs: - name: Run tests run: | cargo test --all-features + + - name: Publication Dry Run + run: cargo publish --dry-run diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac17549..82b016f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Setup Rust toolchain uses: dtolnay/rust-toolchain@stable