diff options
author | Nick Thomas <nick@gitlab.com> | 2019-10-17 12:26:08 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-10-18 11:47:25 +0100 |
commit | ede41ee451dd0aa6d0ecd958c7fadbdb3b63f3e4 (patch) | |
tree | 0f80f7394231d39970f23a08ba9ba2ce7051e22c /support/go-test | |
parent | ff46222a3a75467d6b22c94abb09a3bb6be60623 (diff) | |
download | gitlab-shell-ede41ee451dd0aa6d0ecd958c7fadbdb3b63f3e4.tar.gz |
Simplify building and testing the Go components
Diffstat (limited to 'support/go-test')
-rwxr-xr-x | support/go-test | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/support/go-test b/support/go-test deleted file mode 100755 index 0c043f6..0000000 --- a/support/go-test +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env ruby - -require_relative 'go_build' -include GoBuild - -def main - ensure_build_dir_exists - run!(GO_ENV, %w[go test ./...], chdir: GO_DIR) - puts 'OK' -end - -main |