Skip to content

Commit

Permalink
Tweak Ginkgo install
Browse files Browse the repository at this point in the history
Add `-mod=mod` to hopefully get rid of `go.sum` issues.
  • Loading branch information
HeavyWombat committed Dec 19, 2022
1 parent 2e53600 commit 2d6c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:

- name: Test
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
make test

0 comments on commit 2d6c661

Please sign in to comment.