ci: fix statediff build; make optional.
This commit is contained in:
parent
767341b279
commit
9e5bce90f4
@ -231,11 +231,11 @@ jobs:
|
||||
- run:
|
||||
name: install statediff globally
|
||||
command: |
|
||||
## statediff is optional; we succeed even if compilation fails.
|
||||
mkdir -p /tmp/statediff
|
||||
git clone https://github.com/filecoin-project/statediff.git /tmp/statediff
|
||||
cd /tmp/statediff
|
||||
go generate ./...
|
||||
go install ./cmd/statediff
|
||||
go install ./cmd/statediff || exit 0
|
||||
- run:
|
||||
name: go test
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user