mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
removed flag from test command (#1257)
fixes make test-unit by removing an outdated flag from the test command
This commit is contained in:
committed by
Marwan Sulaiman
parent
7598e7030a
commit
a4cf4eb991
@@ -18,4 +18,4 @@ export GO111MODULE=on
|
||||
|
||||
# Run the unit tests with the race detector and code coverage enabled
|
||||
set -xeuo pipefail
|
||||
go test -mod=vendor -race -coverprofile cover.out -covermode atomic ./...
|
||||
go test -race -coverprofile cover.out -covermode atomic ./...
|
||||
|
||||
Reference in New Issue
Block a user