1
0
Fork 0

Remove -j from "make run-bmark-tests" in travis

+currently causes inconsistency in build success
+unclear what root cause is
This commit is contained in:
Colin Schmidt 2015-09-16 12:25:00 -07:00
parent de81762f7c
commit 7ecb936bf5
1 changed files with 1 additions and 1 deletions

View File

@ -73,4 +73,4 @@ script:
# run riscv-tests
- cd ../../emulator
- make -j 8 run-asm-tests
- make -j 8 run-bmark-tests
- make run-bmark-tests