Parallelise bogo runs

This commit is contained in:
Joseph Birr-Pixton 2019-01-13 19:15:46 +00:00
parent 181765111c
commit 261ce07131
1 changed files with 0 additions and 1 deletions

View File

@ -19,6 +19,5 @@ case $OSTYPE in darwin*) set +e ;; esac
( cd bogo && ./bogo.test -shim-path ../../target/debug/examples/bogo_shim \
-shim-config ../config.json \
-test.parallel 1 -num-workers 1 \
-pipe -allow-unimplemented )
true