Skip to content

Commit

Permalink
ci: temporarily disable hakari checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jun 27, 2022
1 parent 192e66d commit 5e27acd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
locked: true
- run: scripts/license_check.sh
- run: cargo xlint
- run: |
cargo hakari generate --diff # workspace-hack Cargo.toml is up-to-date
cargo hakari manage-deps --dry-run # all workspace crates depend on workspace-hack
# Temporarily disable hakari checking in CI until rust 1.62 is released in order to get things building in windows
# - run: |
# cargo hakari generate --diff # workspace-hack Cargo.toml is up-to-date
# cargo hakari manage-deps --dry-run # all workspace crates depend on workspace-hack

test:
needs: diff
Expand Down

0 comments on commit 5e27acd

Please sign in to comment.