Skip to content

Commit 132696d

Browse files
committed
Also clear the target before running journey tests.
That way, the runner hopefully doesn't run out of disk space while it is compiling the various targets used in a journey test.
1 parent 5173e9a commit 132696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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 unit-tests ci-journey-tests
16+
ci-test: check doc unit-tests clear-target 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)
1919
ci-journey-tests: journey-tests-pure journey-tests-small journey-tests-async journey-tests

0 commit comments

Comments
 (0)