Install godo
This commit is contained in:
parent
90b2932fe7
commit
2c62206103
|
@ -51,7 +51,7 @@ jobs:
|
|||
- run: go test -bench . ./...
|
||||
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
|
||||
- run: GOARCH=386 go test ./... -count 2 -bench . || true
|
||||
- run: go install ./cmd/torrentfs
|
||||
- run: go install github.com/anacrolix/godo@latest
|
||||
- save_cache:
|
||||
key: go-pkg-{{ checksum "go.mod" }}
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue