File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden Runner
15- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
15+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1616 with :
1717 egress-policy : audit
1818
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ integration-test: $(ENVTEST) ## Run tests.
148148 export CGO_ENABLED=1 && \
149149 export KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path) " && \
150150 ginkgo -v -p --race --cover --coverpkg=./pkg/scheduler/... ./test/scheduler && \
151+ ginkgo -v -p --race --cover --coverpkg=./... ./test/apis/... && \
151152 go test ./test/integration/... -coverpkg=./... -race -coverprofile=it-coverage.xml -v
152153
153154# # local tests & e2e tests
You can’t perform that action at this time.
0 commit comments