Skip to content

Commit 1e72556

Browse files
committed
build: use --serial in 'just test_file'
Some tests require the --serial flag to pass.
1 parent c6e30a2 commit 1e72556

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
@@ -22,7 +22,7 @@ test: build
2222

2323
# Run the tests for a single file
2424
test_file filename: build
25-
npx ava --verbose {{filename}}
25+
npx ava --serial --verbose {{filename}}
2626

2727
[doc("Refresh the .js build artefacts in the lib directory")]
2828
[confirm]

0 commit comments

Comments
 (0)