Skip to content

Commit f17d515

Browse files
committed
Use make test for ecs-agent tests
1 parent 1c0470d commit f17d515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ endif
148148
test:
149149
cd agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
150150
go tool cover -func cover.out > coverprofile.out
151+
cd ecs-agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
152+
go tool cover -func cover.out > coverprofile-ecs-agent.out
151153

152154
test-init:
153155
go test -count=1 -short -v -coverprofile cover.out ./ecs-init/...

0 commit comments

Comments
 (0)