Skip to content

Commit

Permalink
fixup! Move MSRV checking to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
bertptrs committed Jan 18, 2025
1 parent 50769b0 commit 1a05708
Showing 3 changed files with 811 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ jobs:
toolchain: ${{ matrix.rust }}
components: rustfmt, clippy

# Make sure we test with recent deps
- run: cargo update
- run: cargo build --all-features --all-targets
- run: cargo test --all-features
- run: cargo fmt --all -- --check
@@ -38,12 +40,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly

- run: cargo update -Z minimal-versions

- uses: dtolnay/rust-toolchain@v1
with:
toolchain: "1.70"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
Loading

0 comments on commit 1a05708

Please sign in to comment.