We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278045 commit b16c327Copy full SHA for b16c327
Taskfile.yml
@@ -100,7 +100,7 @@ tasks:
100
-v \
101
-short \
102
-run '{{default ".*" .GO_TEST_REGEX}}' \
103
- {{default "-timeout 10m -coverpkg=./... -covermode=atomic" .GO_TEST_FLAGS}} \
+ {{default "-timeout 15m -coverpkg=./... -covermode=atomic" .GO_TEST_FLAGS}} \
104
-coverprofile=coverage_unit.txt \
105
{{default .DEFAULT_GO_PACKAGES .GO_PACKAGES}} \
106
{{.TEST_LDFLAGS}}
0 commit comments