Merged in feature/splittests (pull request #141)

Always Race and Split Tests

* addrace

* noraceinfull
This commit is contained in:
Michael McGuinness
2025-05-13 08:51:16 +00:00
parent 935d395a9d
commit 125b9e3c31
2 changed files with 10 additions and 3 deletions
+3
View File
@@ -45,6 +45,9 @@ tasks:
-coverprofile={{.COVERAGE_FILE}} \
./...
- task: coverage
race:
cmds:
- GOMAXPROCS={{.TEST_PARALLEL}} go test -count=1 -parallel {{.TEST_PARALLEL}} -race ./...
perf:
vars:
NUM_RESULTS: 5