mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-07 07:10:11 +02:00
parent
ecd63b0348
commit
3199f72336
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ check:
|
|||||||
# Run all the tests
|
# Run all the tests
|
||||||
test:
|
test:
|
||||||
go test $(TEST_OPTIONS) -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m
|
go test $(TEST_OPTIONS) -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m
|
||||||
.PHONY: cover
|
.PHONY: test
|
||||||
|
|
||||||
# Run all the tests and opens the coverage report
|
# Run all the tests and opens the coverage report
|
||||||
cover: test
|
cover: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user