Skip to content

Commit 3be00a2

Browse files
committed
Non-parallel testing is no longer required
1 parent 6a7da7f commit 3be00a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Taskfile.yml

-2
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,10 @@ tasks:
9595
- task: go:build
9696
dir: '{{default "./" .GO_MODULE_PATH}}'
9797
cmds:
98-
# "-p 1" will not run test in parallel, this is required for integration tests
9998
- |
10099
go test \
101100
-v \
102101
-short \
103-
-p 1 \
104102
-run '{{default ".*" .GO_TEST_REGEX}}' \
105103
{{default "-timeout 15m -coverpkg=./... -covermode=atomic" .GO_TEST_FLAGS}} \
106104
-coverprofile=coverage_unit.txt \

0 commit comments

Comments
 (0)