Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgued committed Aug 30, 2022
1 parent 638a0f6 commit 1bdc428
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.36.0, 1.34.0, 1.31.0]
rust: [nightly, beta, stable, 1.53.0]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo test
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'
- run: cargo check --no-default-features
- run: cargo check --no-default-features --features alloc
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'

clippy:
name: Clippy
Expand Down

0 comments on commit 1bdc428

Please sign in to comment.