Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4b85ab

Browse files
authored
Merge pull request #3148 from github/cklin/just-test_file-serial
build: use --serial in 'just test_file'
2 parents 39842d8 + 1e72556 commit e4b85ab

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)