parent
80646625df
commit
e034aa3d70
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ coverage: test
|
||||||
|
|
||||||
.PHONY: acc
|
.PHONY: acc
|
||||||
acc:
|
acc:
|
||||||
DRIFTCTL_ACC=true $(GOTEST) --format testname --junitfile unit-tests-acc.xml -- -coverprofile=cover-acc.out -coverpkg=./pkg/... -run=$(ACC_PATTERN) ./pkg/...
|
DRIFTCTL_ACC=true $(GOTEST) --format testname --junitfile unit-tests-acc.xml -- -coverprofile=cover-acc.out -test.timeout 2h -coverpkg=./pkg/... -run=$(ACC_PATTERN) ./pkg/...
|
||||||
|
|
||||||
.PHONY: mocks
|
.PHONY: mocks
|
||||||
mocks:
|
mocks:
|
||||||
|
|
Loading…
Reference in New Issue