Improve integration tests
This commit is contained in:
parent
50931813f2
commit
a59bcb29b5
2 changed files with 31 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -95,7 +95,7 @@ test-unit:
|
|||
|
||||
.PHONY: test-integration
|
||||
#? test-integration: Run the integration tests
|
||||
test-integration: binary
|
||||
test-integration:
|
||||
GOOS=$(GOOS) GOARCH=$(GOARCH) go test ./integration -test.timeout=20m -failfast -v $(TESTFLAGS)
|
||||
|
||||
.PHONY: test-ui-unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue