This repository has been archived on 2022-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
rageshake/.buildkite/build-and-test.sh

8 lines
55 B
Bash
Executable File

#!/bin/sh
set -e
cd `dirname $0`/..
go build
go test