Skip to content

Commit

Permalink
refactor: make e2e tests use terramate binary (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki authored Jan 7, 2022
1 parent 1a67cb2 commit 32995b8
Show file tree
Hide file tree
Showing 11 changed files with 521 additions and 309 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod:
## generates coverage report
.PHONY: coverage
coverage:
go test -coverprofile=$(COVERAGE_REPORT) -coverpkg=./... ./...
go test -count=1 -coverprofile=$(COVERAGE_REPORT) -coverpkg=./... ./...

## generates coverage report and shows it on the browser locally
.PHONY: coverage/show
Expand All @@ -51,7 +51,7 @@ coverage/show: coverage
## test code
.PHONY: test
test:
go test -race ./...
go test -count=1 -race ./...

## Build terramate into bin directory
.PHONY: build
Expand Down
Loading

0 comments on commit 32995b8

Please sign in to comment.