Skip to content

Commit 0845c43

Browse files
committed
ci: fix msrv test
1 parent df23e27 commit 0845c43

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ _list:
88
# Downgrade dependencies necessary to run MSRV checks/tests.
99
[private]
1010
downgrade-for-msrv:
11+
rm Cargo.lock
1112
# No downgrades currently needed.
1213

1314
# Check project
@@ -48,11 +49,9 @@ test: test-no-coverage
4849
# @just test-coverage-lcov
4950

5051
# Test workspace using MSRV
51-
test-msrv: downgrade-for-msrv
52-
@just toolchain={{ msrv_rustup }} test-no-coverage
53-
54-
# Test workspace and generate Codecov coverage file
52+
test-msrv: downgrade-for-msrv test
5553

54+
# Test workspace and generate Codecov coverage file
5655
test-coverage-codecov:
5756
cargo {{ toolchain }} llvm-cov --workspace --all-features --codecov --output-path codecov.json
5857

0 commit comments

Comments
 (0)