Fix job to run ginkgo from go.mod

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2024-07-15 09:30:07 +02:00
parent d1a6c85a0c
commit df867f2061

View File

@@ -21,9 +21,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@v2.5.0
- name: Run tests
run: |
ginkgo run ./...
go run github.com/onsi/ginkgo/v2/ginkgo ./...