Skip to content

Commit

Permalink
CI: verify cargo publish includes all needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 3, 2024
1 parent 60684d4 commit 5774bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
cargo clean
cargo build --features case-insensitive
- name: Verify cargo publish includes all needed files
run: |
cargo package --list
cargo publish --dry-run
lint:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5774bfe

Please sign in to comment.