Skip to content

Commit

Permalink
feat: improve integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarlon committed Nov 16, 2024
1 parent 0a718e0 commit 1f20edb
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 346 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ orderings:
$(END_LOG)

.PHONY: test
test: machine
@go test ./... -coverprofile=./coverage.md -v
test:
@go test -p=1 ./... -coverprofile=./coverage.md -v

.PHONY: coverage
coverage: test
Expand Down
Loading

0 comments on commit 1f20edb

Please sign in to comment.