Skip to content

Commit

Permalink
added build to test target
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Jul 13, 2023
1 parent 041261a commit 0a532a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int_test:
${INT_TEST_DIR}/workflow.sh ${INT_TEST_DIR}

.PHONY: go_test
go_test:
go_test: build
go test ./...

.PHONY: test
Expand Down

0 comments on commit 0a532a5

Please sign in to comment.