mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-18 03:22:02 +02:00
Update Makefile
This commit is contained in:
parent
9e7998f9c8
commit
c65dd6b3c8
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ compile:
|
|||||||
./main.go
|
./main.go
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -v -race ${DIR_PKG}/...
|
go test -race ${DIR_PKG}/...
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/... && \
|
go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/... && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user