Skip to content

Commit

Permalink
ci: re-enable MSRV all features check (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 30, 2023
1 parent 4fe3839 commit c039fa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -18,10 +18,6 @@ jobs:
matrix:
rust: ["stable", "beta", "nightly", "1.65"] # MSRV
flags: ["--no-default-features", "", "--all-features"]
exclude:
# Skip because some features have highest MSRV.
- rust: "1.65" # MSRV
flags: "--all-features"
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit c039fa6

Please sign in to comment.