Skip to content

Commit

Permalink
Merge pull request #929 from squeed/fix-ci-cnitool-version
Browse files Browse the repository at this point in the history
test: install binaries using `go install`
  • Loading branch information
squeed authored Jul 20, 2023
2 parents 283f200 + ba41448 commit bf79945
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install test binaries
env:
GO111MODULE: off
run: |
go get github.com/containernetworking/cni/cnitool
go get github.com/mattn/goveralls
go get github.com/modocache/gover
go install github.com/containernetworking/cni/cnitool@latest
go install github.com/mattn/goveralls@latest
go install github.com/modocache/gover@latest
- name: test
run: PATH=$PATH:$(go env GOPATH)/bin COVERALLS=1 ./test_linux.sh
Expand Down

0 comments on commit bf79945

Please # to comment.