We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8352c28 commit ccfb61bCopy full SHA for ccfb61b
.github/workflows/build.yml
@@ -26,4 +26,4 @@ jobs:
26
run: go vet ./...
27
28
- name: test
29
- run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
+ run: go test -short -coverprofile=coverage.txt -covermode=atomic ./...
0 commit comments