Skip to content

Commit

Permalink
CI: verify cargo publish includes all files needed to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 3, 2024
1 parent d177b65 commit 59b7a54
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 files needed to build
run: |
cargo package --list -p chrono-tz
cargo publish --dry-run -p chrono-tz
lint:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 59b7a54

Please sign in to comment.