forked from quic-go/quic-go
Merge pull request #3176 from lucas-clemente/fix-circle
use go install to install Ginkgo on CircleCI
This commit is contained in:
@@ -21,9 +21,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: "Setup build environment"
|
||||
command: |
|
||||
go get github.com/onsi/ginkgo/ginkgo
|
||||
go get github.com/onsi/gomega
|
||||
command: go install github.com/onsi/ginkgo/ginkgo
|
||||
- run:
|
||||
name: "Build infos"
|
||||
command: go version
|
||||
|
||||
Reference in New Issue
Block a user