Skip to content

Commit

Permalink
Merge pull request kata-containers#8 from teawater/test1
Browse files Browse the repository at this point in the history
Makefile: let "test" doesn't depend on "all"
  • Loading branch information
bergwolf committed Dec 7, 2017
2 parents 0754425 + 72b4d0b commit 00285bb
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 @@ -11,7 +11,7 @@ all: $(TARGET)
$(TARGET):
go build -o $@ proxy.go

test: all
test:
go test -v -race -coverprofile=coverage.txt -covermode=atomic

clean:
Expand Down

0 comments on commit 00285bb

Please sign in to comment.