2
0
mirror of synced 2025-02-23 06:08:07 +00:00

Install godo

This commit is contained in:
Matt Joiner 2021-02-15 21:44:52 +11:00
parent 90b2932fe7
commit 2c62206103

View File

@ -51,7 +51,7 @@ jobs:
- run: go test -bench . ./... - run: go test -bench . ./...
- run: set +e; CGO_ENABLED=0 go test -v ./...; true - run: set +e; CGO_ENABLED=0 go test -v ./...; true
- run: GOARCH=386 go test ./... -count 2 -bench . || 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: - save_cache:
key: go-pkg-{{ checksum "go.mod" }} key: go-pkg-{{ checksum "go.mod" }}
paths: paths: