Skip to content

Commit

Permalink
tweaking the split of mutation tests in circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbellotti committed Dec 3, 2022
1 parent 7b31a95 commit 0008396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Mutate and take over the world
command: | # Don't test the fuzzer or main.go, for the time being skip execute because it needs to be rewritten
mkdir -p /tmp/test-mutate-reports
go-mutesting $(go list ./... | grep -v fault/execute | grep -v fault/parser | grep -v "^fault$" | circleci tests split) --fail-only --score=.55
go-mutesting $(go list ./... | grep -v fault/execute | grep -v fault/parser | grep -v "^fault$" | circleci tests split --total=3) --fail-only --score=.55
- store_test_results:
path: /tmp/test-mutate-reports

Expand Down

0 comments on commit 0008396

Please sign in to comment.