Skip to content

Commit

Permalink
cargo check all features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragarnoy committed Nov 6, 2024
1 parent 280e808 commit 6c968fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.82"] # 2021 edition requires 1.56
msrv: ["1.82"]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand All @@ -123,4 +123,4 @@ jobs:
with:
toolchain: ${{ matrix.msrv }}
- name: cargo +${{ matrix.msrv }} check
run: cargo check
run: cargo check --all-features

0 comments on commit 6c968fd

Please sign in to comment.