mirror of
https://github.com/bertptrs/tracing-mutex.git
synced 2025-12-25 12:40:31 +01:00
Rework CI for experimental features
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user