Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Rigo committed Mar 2, 2024
1 parent 1ba9387 commit 8c3ef7b
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 @@ -7,10 +7,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- name: check MSRV
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- uses: actions/checkout@v4
- name: Build release
run: cargo build --verbose --release
- name: Run tests
Expand Down

0 comments on commit 8c3ef7b

Please # to comment.