Skip to content

Commit

Permalink
fix_: generate on test-functional
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Oct 23, 2024
1 parent 3179532 commit 1cbedd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ test-e2e: ##@tests Run e2e tests
test-e2e-race: export GOTEST_EXTRAFLAGS=-race
test-e2e-race: test-e2e ##@tests Run e2e tests with -race flag

test-functional: generate
test-functional: export FUNCTIONAL_TESTS_DOCKER_UID ?= $(call sh, id -u)
test-functional: export FUNCTIONAL_TESTS_REPORT_CODECOV ?= false
test-functional:
Expand Down

0 comments on commit 1cbedd0

Please sign in to comment.