Skip to content

Commit

Permalink
chore: fix alerts on rust msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 16, 2024
1 parent 46870bd commit 853ef42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-rust-workspace-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
FAIL: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}

- name: Checkout
if: ${{ failure() }}
uses: actions/checkout@v4

# Raise an issue if the tests failed
Expand Down

0 comments on commit 853ef42

Please sign in to comment.