mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
10 lines
121 B
Bash
Executable File
10 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
run_tests() {
|
|
$GOPATH/bin/goveralls -service=travis-ci
|
|
SKIP_GO_TESTS=1 ./tests.sh
|
|
}
|
|
|
|
run_tests
|
|
|