Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Test minimal-versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 5, 2021
1 parent 6df5a22 commit e656edc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,15 @@ jobs:
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic

minimal:
name: Minimal versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo update -Z minimal-versions
- run: cargo check

fuzz:
name: Fuzz
runs-on: ubuntu-latest
Expand Down

0 comments on commit e656edc

Please sign in to comment.