Skip to content

Commit a0cc355

Browse files
authored
Rm use of clear-target in justfile
As it invalidates cache
1 parent 89a0567 commit a0cc355

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ alias nt := nextest
1313
test: clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests
1414

1515
# run all tests, without clippy, including journey tests, try building docs (and clear target on CI)
16-
ci-test: check doc clear-target unit-tests ci-journey-tests
16+
ci-test: check doc unit-tests ci-journey-tests
1717

1818
# run all journey tests, but assure these are running after `cargo clean` (and workaround a just-issue of deduplicating targets)
19-
ci-journey-tests:
20-
just clear-target journey-tests-pure journey-tests-small journey-tests-async journey-tests
19+
ci-journey-tests: journey-tests-pure journey-tests-small journey-tests-async journey-tests
2120

2221
clear-target:
2322
cargo clean

0 commit comments

Comments
 (0)