Skip local tests, removing duplicate test runs
This commit is contained in:
parent
cf1dff2814
commit
4f2a7edeb1
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -18,10 +18,7 @@ gen:
|
||||||
protoc --proto_path proto --go_out=plugins=grpc,paths=source_relative:proto/ proto/roveapi/roveapi.proto
|
protoc --proto_path proto --go_out=plugins=grpc,paths=source_relative:proto/ proto/roveapi/roveapi.proto
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo Unit tests
|
@echo Run unit and integration tests
|
||||||
go test -v ./...
|
|
||||||
|
|
||||||
@echo Integration tests
|
|
||||||
docker-compose -f docker-compose-test.yml up --build --exit-code-from=rove-tests --abort-on-container-exit rove-tests
|
docker-compose -f docker-compose-test.yml up --build --exit-code-from=rove-tests --abort-on-container-exit rove-tests
|
||||||
docker-compose -f docker-compose-test.yml down
|
docker-compose -f docker-compose-test.yml down
|
||||||
go tool cover -html=/tmp/coverage-data/c.out -o /tmp/coverage.html
|
go tool cover -html=/tmp/coverage-data/c.out -o /tmp/coverage.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue