Skip to content

Commit 8696837

Browse files
committed
tools: just test: run doctests last to reduce double compilation a little
1 parent 453d9ba commit 8696837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ test:
404404
@echo
405405
just embedtest
406406
@echo
407-
just doctest
408-
@echo
409407
just functest --hide
410408
@echo
409+
just doctest
410+
@echo
411411

412412
# For quieter tests add --silent. It may hide troubleshooting info.
413413
# For very verbose tests add --verbosity=debug. It seems hard to get something in between.

0 commit comments

Comments
 (0)