Skip to content

Commit

Permalink
The lockfile is too new for old Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 16, 2024
1 parent 02f7519 commit a723562
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.31.0
- 1.36.0
- stable
- beta
- nightly
Expand All @@ -27,13 +27,13 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: |
cargo build --verbose --frozen
- run: |
cargo test --verbose --frozen
- run: rustup component add rustfmt-preview
- name: cargo fmt --all -- --check if stable
run: |
if [ "${{ matrix.rust }}" = "stable" ]; then
cargo fmt --all -- --check
fi
- run: |
cargo build --verbose
- run: |
cargo test --verbose

0 comments on commit a723562

Please sign in to comment.