Skip to content

Commit 3f6dbbf

Browse files
committed
fix justfile test-one target.
1 parent 3100a88 commit 3f6dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ test:
1515

1616
test-one TEST_NAME:
1717
eask compile
18-
eask emacs --batch -L . -L test -l test/rustic-babel-test.el -eval '(ert-run-tests-batch-and-exit "{{TEST_NAME}}")'
18+
eask emacs --batch -L . -L test -l test/all-tests.el -eval '(ert-run-tests-batch-and-exit "{{TEST_NAME}}")'

0 commit comments

Comments
 (0)