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 9fec123 commit f8f0dd5Copy full SHA for f8f0dd5
.github/actions/run-tests/action.yml
@@ -47,7 +47,6 @@ runs:
47
RCE_DOCKER: "true"
48
RE_CLUSTER: "false"
49
run: |
50
- go test \
51
- --ginkgo.skip-file="sentinel_test.go" \
52
- --ginkgo.skip-file="gears_commands_test.go" \
+ go test ./... -short -race && \
+ go test -coverprofile=coverage.txt -covermode=atomic ./... && \
53
shell: bash
0 commit comments