diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rapier-ci-build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/rapier-ci-build.yml b/.github/workflows/rapier-ci-build.yml index c44704b..32f4a4a 100644 --- a/.github/workflows/rapier-ci-build.yml +++ b/.github/workflows/rapier-ci-build.yml @@ -97,3 +97,11 @@ jobs: - uses: actions/checkout@v4 - name: check typos uses: crate-ci/typos@v1.23.2 + publish-dry-run: + runs-on: ubuntu-latest + env: + RUSTFLAGS: -D warnings + steps: + - uses: actions/checkout@v4 + - name: publish dry-run + run: ./publish-all.sh |
