Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eEuo pipefail
|
||||
|
||||
go test ./... "$@"
|
||||
|
||||
Reference in New Issue
Block a user