test: install binaries using go install
We were getting tip- versions of all the tools, and this was unstable. Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
parent
283f200489
commit
ba41448fe6
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@ -65,12 +65,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install test binaries
|
- name: Install test binaries
|
||||||
env:
|
|
||||||
GO111MODULE: off
|
|
||||||
run: |
|
run: |
|
||||||
go get github.com/containernetworking/cni/cnitool
|
go install github.com/containernetworking/cni/cnitool@latest
|
||||||
go get github.com/mattn/goveralls
|
go install github.com/mattn/goveralls@latest
|
||||||
go get github.com/modocache/gover
|
go install github.com/modocache/gover@latest
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: PATH=$PATH:$(go env GOPATH)/bin COVERALLS=1 ./test_linux.sh
|
run: PATH=$PATH:$(go env GOPATH)/bin COVERALLS=1 ./test_linux.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user