We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173e9a commit 132696dCopy full SHA for 132696d
justfile
@@ -13,7 +13,7 @@ alias nt := nextest
13
test: clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests
14
15
# 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
+ci-test: check doc unit-tests clear-target ci-journey-tests
17
18
# run all journey tests, but assure these are running after `cargo clean` (and workaround a just-issue of deduplicating targets)
19
ci-journey-tests: journey-tests-pure journey-tests-small journey-tests-async journey-tests
0 commit comments