Skip to content

Commit

Permalink
check rust version for all targets and features
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 26, 2024
1 parent 7bc753d commit 646ded6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ jobs:
runs-on: ${{ matrix.param.os }}
steps:
- uses: actions/checkout@v4

- uses: taiki-e/install-action@cargo-hack

- name: Build with MSRV
run: cargo hack --rust-version build
run: cargo hack --rust-version build --all-targets --all-features

- name: Test with MSRV
run: cargo hack --rust-version test
run: cargo hack --rust-version test --all-targets --all-features

0 comments on commit 646ded6

Please sign in to comment.