Skip to content

Commit

Permalink
rust.yml cargo publish --allow-dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Sep 17, 2022
1 parent 8344f3a commit 03b216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build Documentation
run: cargo doc --locked --release --frozen --no-deps -v
- name: Check Publish
run: cargo publish --verbose --dry-run
run: cargo publish --verbose --dry-run --allow-dirty
# - name: Run valgrind
# run: |
# set -eux
Expand Down

0 comments on commit 03b216e

Please sign in to comment.