mirror of
https://github.com/bertptrs/tracing-mutex.git
synced 2025-12-25 12:40:31 +01:00
Avoid updating deps on older versions
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
|||||||
|
|
||||||
# Make sure we test with recent deps
|
# Make sure we test with recent deps
|
||||||
- run: cargo update
|
- run: cargo update
|
||||||
|
# Note: some crates broke BC with 1.74 so we use the locked deps
|
||||||
|
if: "${{ matrix.rust != '1.74' }}"
|
||||||
- run: cargo build --all-features --all-targets
|
- run: cargo build --all-features --all-targets
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
||||||
- run: cargo fmt --all -- --check
|
- run: cargo fmt --all -- --check
|
||||||
|
|||||||
Reference in New Issue
Block a user