Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
if: matrix.rust == 'nightly'
- run: cargo test
- run: cargo check --no-default-features
- run: cargo check --features backtrace
if: matrix.rust != '1.80.0' && matrix.rust != '1.76.0'
- run: cargo check
- uses: actions/upload-artifact@v6
if: matrix.rust == 'nightly' && always()
with:
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly
- run: cargo generate-lockfile -Z minimal-versions
- run: cargo check --locked --features backtrace
- run: cargo check --locked

windows:
name: Windows
Expand All @@ -91,7 +90,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
- run: cargo check --features backtrace
- run: cargo check

doc:
name: Documentation
Expand Down