Skip to content

Commit 984f26f

Browse files
committed
more constrained about test, dont trigger too many dependencies on ci
1 parent dbc9c68 commit 984f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ world:
380380
travis-world-test:
381381
$(MAKE) world
382382
@echo "Making test"
383-
make test
383+
$(NATIVE) -g -I bin -w -a unix.cmxa stubs/ext_basic_hash_stubs.c bin/all_ounit_tests.mli bin/all_ounit_tests.ml -o bin/all_ounit_tests.exe && bin/all_ounit_tests.exe
384384
$(MAKE) -C test all
385385
@echo "Making test finsihed"
386386

0 commit comments

Comments
 (0)