Skip to content

Commit

Permalink
Re-enable cargo minimal-versions test Github action step, but with …
Browse files Browse the repository at this point in the history
…`continue-on-error: true`
  • Loading branch information
regexident committed Dec 12, 2023
1 parent c22117d commit 2b30358
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
toolchain: nightly
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions check --workspace --all-features --ignore-private -v
- run: cargo minimal-versions build --workspace --all-features --ignore-private -v
# - run: cargo minimal-versions test --release --workspace --all-features -v
- name: minimal-versions check
run: cargo minimal-versions check --workspace --all-features --ignore-private -v
- name: minimal-versions build
run: cargo minimal-versions build --workspace --all-features --ignore-private -v
- name: minimal-versions test
run: cargo minimal-versions test --release --workspace --all-features -v
continue-on-error: true

0 comments on commit 2b30358

Please sign in to comment.