Skip to content

Commit

Permalink
ci: guard MSRV build 1.76.0
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Oct 21, 2024
1 parent 94eae64 commit ca92302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ jobs:
run: cargo fmt --all --check

test:
strategy:
matrix:
rust-version: ["1.76.0", "stable"]
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Delete rust-toolchain.toml
run: rm rust-toolchain.toml
- run: cargo build --workspace --all-features --bins --tests --examples --benches
- name: Run tests
run: cargo test --workspace -- --nocapture
Expand Down

0 comments on commit ca92302

Please sign in to comment.