There was an error while loading. Please reload this page.
1 parent cbf02ed commit 81ae175Copy full SHA for 81ae175
1 file changed
Makefile
@@ -5,7 +5,7 @@ doc:
5
make -C docs/
6
7
test:
8
- julia --project=. -e 'using Pkg; Pkg.test()'
+ julia -t 2 --project=. -e 'using Pkg; Pkg.test()'
9
10
clean:
11
rm -rf docs/build/
0 commit comments