Skip to content

Commit 81ae175

Browse files
committed
Use two threads for testing
1 parent cbf02ed commit 81ae175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ doc:
55
make -C docs/
66

77
test:
8-
julia --project=. -e 'using Pkg; Pkg.test()'
8+
julia -t 2 --project=. -e 'using Pkg; Pkg.test()'
99

1010
clean:
1111
rm -rf docs/build/

0 commit comments

Comments
 (0)