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 9c1b964 commit a62c9b5Copy full SHA for a62c9b5
Makefile
@@ -371,7 +371,7 @@ test-unit-network: ##@tests Run unit and integration tests with network access
371
test-unit-race: export GOTEST_EXTRAFLAGS=-race
372
test-unit-race: test-unit ##@tests Run unit and integration tests with -race flag
373
374
-test-functional: generate-sds generate
+test-functional: generate
375
test-functional: export FUNCTIONAL_TESTS_DOCKER_UID ?= $(call sh, id -u)
376
test-functional: export FUNCTIONAL_TESTS_REPORT_CODECOV ?= false
377
test-functional:
0 commit comments