Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent b33c094 commit bc72863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
echo "::error file=$file_path,title=git-status::<$status_code> $file_path"
done <<<"$(git status --porcelain)"
exit "$exit_code"
- run: cargo install cargo-msrv --locked
- run: cargo msrv find
- run: exit 1
msrv:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- run: cargo binstall --version 0.18.1 --no-confirm cargo-msrv
- run: cargo install cargo-msrv --locked
- run: cargo msrv find

check:
Expand Down

0 comments on commit bc72863

Please sign in to comment.