1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-18 03:22:02 +02:00

Update Makefile

This commit is contained in:
Tim Voronov 2019-10-11 17:32:32 -04:00 committed by GitHub
parent 9e7998f9c8
commit c65dd6b3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ compile:
./main.go
test:
go test -v -race ${DIR_PKG}/...
go test -race ${DIR_PKG}/...
cover:
go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/... && \