init
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export GO111MODULE="on"
|
||||
go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
Reference in New Issue
Block a user