Skip to content

Commit

Permalink
ci: use clippy rust version instead of stable for build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 16, 2024
1 parent fe9141e commit aa83307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
run: echo "rust_version=$(cat rust-version)" >> $GITHUB_OUTPUT

build-test:
needs: prepare
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- version: stable
- version: ${{ needs.prepare.outputs.rust_version }}
clippy: true
- version: 1.63.0 # MSRV
features:
Expand Down

0 comments on commit aa83307

Please sign in to comment.