Rename project to actions-sync
This commit is contained in:
10
script/test
Executable file
10
script/test
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
test -z "${DEBUG:-}" || {
|
||||
set -x
|
||||
}
|
||||
|
||||
go test -cover ./...
|
||||
Reference in New Issue
Block a user