File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
alias t := test
9
9
alias c := check
10
+ alias nt := nextest
10
11
11
12
# run all tests, clippy, including journey tests, try building docs
12
13
test : clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests
@@ -224,8 +225,10 @@ audit:
224
225
cargo deny check advisories bans licenses sources
225
226
226
227
# run tests with `cargo nextest` (all unit-tests, no doc-tests, faster)
227
- nextest :
228
- cargo nextest run --all
228
+ nextest * FLAGS = " --all":
229
+ cargo nextest run {{ FLAGS}}
230
+
231
+ summarize EXPRESSION = " all()": (nextest " --all --run-ignored all --no-fail-fast --status-level none --final-status-level none -E '" EXPRESSION " '" )
229
232
230
233
# run nightly rustfmt for its extra features, but check that it won't upset stable rustfmt
231
234
fmt :
You can’t perform that action at this time.
0 commit comments