提交 c5e5d3f0 编写于 作者: M Mislav Marohnić

Remove obsolete GOPATH hack

This was put in place for Go < 1.11, which we no longer support in CI.
上级 81ad4dd6
......@@ -41,12 +41,6 @@ jobs:
# run: sudo apt-get install -y zsh fish
- name: Run tests
shell: bash
run: |
export GOPATH="$HOME"/go
mkdir -p "$GOPATH"/src/github.com/github
ln -svf "$PWD" "$GOPATH"/src/github.com/github/hub
cd "$GOPATH"/src/github.com/github/hub
make test-all
run: make test-all
env:
CI: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册