Skip to content

Commit

Permalink
enable a subset of BlockchainSuite tests for every circle build
Browse files Browse the repository at this point in the history
  • Loading branch information
rtkaczyk committed Oct 6, 2017
1 parent 88486f7 commit 13f3716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ test:
if [ "$CIRCLE_BRANCH" == "master" ]; then
sbt "ets:testOnly * -- -Dexg=vmPerf*";
else
sbt "ets:testOnly *VMSuite -- -Dexg=vmPerf*";
sbt "ets:testOnly *VMSuite -- -Dexg=vmPerf*" &&
sbt "ets:testOnly *BlockchainSuite -- -Ding=bcForkStress*,bcMulti*,bcState*,bcTotalDiff*,bcValidBlock*,Transition*"
fi
fi

Expand Down

0 comments on commit 13f3716

Please sign in to comment.