Skip to content

Commit a62c9b5

Browse files
chore: not invoke generate-sds in test-functional
1 parent 9c1b964 commit a62c9b5

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
@@ -371,7 +371,7 @@ test-unit-network: ##@tests Run unit and integration tests with network access
371371
test-unit-race: export GOTEST_EXTRAFLAGS=-race
372372
test-unit-race: test-unit ##@tests Run unit and integration tests with -race flag
373373

374-
test-functional: generate-sds generate
374+
test-functional: generate
375375
test-functional: export FUNCTIONAL_TESTS_DOCKER_UID ?= $(call sh, id -u)
376376
test-functional: export FUNCTIONAL_TESTS_REPORT_CODECOV ?= false
377377
test-functional:

0 commit comments

Comments
 (0)