Rework CI for experimental features

This commit is contained in:
2025-03-10 18:31:47 +01:00
parent d1a6b93ea8
commit 1ad0b2756e
3 changed files with 11 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
rust:
- "1.74" # Current minimum for experimental features
- stable
- beta
- nightly
@@ -44,7 +45,8 @@ jobs:
with:
toolchain: "1.70"
- run: cargo test --all-features
# Test everything except experimental features.
- run: cargo test --features backtraces,lockapi,parkinglot
docs:
name: Documentation build