Skip to content

Commit

Permalink
CI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Feb 13, 2024
1 parent 4958b6d commit e46fac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private

semver-checks:
Expand Down

0 comments on commit e46fac5

Please sign in to comment.