Skip to content

Commit eeccb4b

Browse files
committed
Remove ci-test-full recipe and simplify comments
This removes the `ci-test-full` justfile target (see #1674), and simplifies and shortens some comments in the justfile, since the distinction between `ci-test` and `ci-test-full` no longer has to be explained, and since some other parts of the comments are no longer applicable (#1673).
1 parent 2fc93f7 commit eeccb4b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

justfile

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ alias nt := nextest
1212
# run all tests, clippy, including journey tests, try building docs
1313
test: clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests
1414

15-
# run all tests, without clippy, including journey tests, try building docs (and clear target)
16-
ci-test-full: check doc unit-tests clear-target ci-journey-tests
17-
18-
# run all tests, without clippy, and try building docs (without clearing the target)
15+
# run all tests, without clippy, and try building docs
1916
ci-test: check doc unit-tests
2017

21-
# run all journey tests
22-
# these should be run in a fresh clone or after `cargo clean`
23-
# (and workaround a just-issue of deduplicating targets)
18+
# run all journey tests - should be run in a fresh clone or after `cargo clean`
2419
ci-journey-tests: journey-tests-pure journey-tests-small journey-tests-async journey-tests
2520

2621
clear-target:

0 commit comments

Comments
 (0)