Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brian030128 committed May 19, 2024
1 parent b69f39d commit cdaacff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $(SUB_DIRS):
make -C $@

test:
-mkdir build
go test $(PACKAGES) -v -cover -failfast

test_docker:
Expand All @@ -16,6 +17,6 @@ test_docker:
go test $(PACKAGES) -v -cover -failfast -tags docker

clean:

-rm -rf build
.PHONY: $(SUB_DIRS)

0 comments on commit cdaacff

Please sign in to comment.