a2a8af97b6
* Add scripts * Fix errors test
7 lines
61 B
Bash
Executable File
7 lines
61 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eEuo pipefail
|
|
|
|
go test ./... "$@"
|
|
|