@ -25,23 +25,24 @@ jobs:
go version
go version
go test ./...
go test ./...
test-gotip:
# TODO: re-enable once we get Go master/tip working again
runs-on : ubuntu-latest
#test-gotip:
continue-on-error : true # master breaks sometimes
# runs-on: ubuntu-latest
steps:
# continue-on-error: true # master breaks sometimes
- name : Install Go
# steps:
run : |
# - name: Install Go
git clone --depth=1 https://go.googlesource.com/go $HOME/gotip
# run: |
cd $HOME/gotip/src
# git clone --depth=1 https://go.googlesource.com/go $HOME/gotip
./make.bash
# cd $HOME/gotip/src
echo "::set-env name=GOROOT::$HOME/gotip"
# ./make.bash
echo "::add-path::$HOME/gotip/bin"
# echo "::set-env name=GOROOT::$HOME/gotip"
- name : Checkout code
# echo "::add-path::$HOME/gotip/bin"
uses : actions/checkout@v2
# - name: Checkout code
- name : Test
# uses: actions/checkout@v2
run : |
# - name: Test
go version
# run: |
go test ./...
# go version
# go test ./...
code-checks:
code-checks:
runs-on : ubuntu-latest
runs-on : ubuntu-latest