Skip to content

Commit 2a918e0

Browse files
authored
Merge pull request #1991 from kube-logging/fix/ci-e2e
fix(ci-e2e): make sure e2e tests are not cached
2 parents 14cf6ee + 3ff047e commit 2a918e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ test-e2e-nodeps:
238238
KIND_IMAGE="$(KIND_IMAGE)" \
239239
PROJECT_DIR="$(PWD)" \
240240
E2E_TEST_COV_DIR=${TEST_COV_DIR} \
241-
go test -v -timeout ${E2E_TEST_TIMEOUT} ./${E2E_TEST}/...
241+
go test -count=1 -v -timeout ${E2E_TEST_TIMEOUT} ./${E2E_TEST}/...
242242
go tool covdata textfmt -i=${TEST_COV_DIR}/covdatafiles -o ${TEST_COV_DIR}/coverage_e2e.out
243243
@echo "--- E2E test coverage report"
244244
go tool covdata percent -i=${TEST_COV_DIR}/covdatafiles

0 commit comments

Comments
 (0)