mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
6 lines
200 B
PowerShell
Executable File
6 lines
200 B
PowerShell
Executable File
# Run the unit tests with the race detector and code coverage enabled
|
|
|
|
if (!(Test-Path env:GO_ENV)) {$env:GO_ENV = "test"}
|
|
|
|
& go test -mod=vendor -race -coverprofile cover.out -covermode atomic ./...
|