Skip to content

Commit c3bb485

Browse files
Merge branch 'main' into add-delete-override
2 parents 3a41176 + 0d2abd5 commit c3bb485

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)