Skip to content

Commit

Permalink
Uncomment dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dantecatalfamo committed Jan 9, 2025
1 parent a8e06b1 commit b7c4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ debug-go-tests:
@MYSQL_TEST=1 REDIS_TEST=1 MINIO_STORAGE_TEST=1 SAML_IDP_TEST=1 NETWORK_TEST=1 make .debug-go-tests

# Command used in CI to run all tests.
test-go: # dump-test-schema generate-mock
test-go: dump-test-schema generate-mock
make .run-go-tests PKG_TO_TEST="$(CI_PKG_TO_TEST)"

analyze-go:
Expand Down

0 comments on commit b7c4f34

Please sign in to comment.