Skip to content

Commit 46631d8

Browse files
committed
build: Make make testrun parallel
(now that it works!)
1 parent 7825a6b commit 46631d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ REPO ?= demo-repository
7070

7171
testrun: build install
7272
rm -rf www/css
73-
learn-ocaml build --repo $(REPO) -j1
73+
learn-ocaml build --repo $(REPO)
7474
rm -rf www/css
7575
ln -s ../static/css www
7676
LEARNOCAML_SERVER_NOCACHE=1 learn-ocaml serve

0 commit comments

Comments
 (0)