Skip to content

Commit f8f0dd5

Browse files
committed
start all tests
1 parent 9fec123 commit f8f0dd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/run-tests/action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ runs:
4747
RCE_DOCKER: "true"
4848
RE_CLUSTER: "false"
4949
run: |
50-
go test \
51-
--ginkgo.skip-file="sentinel_test.go" \
52-
--ginkgo.skip-file="gears_commands_test.go" \
50+
go test ./... -short -race && \
51+
go test -coverprofile=coverage.txt -covermode=atomic ./... && \
5352
shell: bash

0 commit comments

Comments
 (0)