mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-09-23 20:16:57 +00:00
Fix job to run ginkgo from go.mod
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
5
.github/workflows/unit-tests.yml
vendored
5
.github/workflows/unit-tests.yml
vendored
@@ -21,9 +21,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- name: Install Ginkgo
|
|
||||||
run: go install github.com/onsi/ginkgo/v2/ginkgo@v2.5.0
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
ginkgo run ./...
|
go run github.com/onsi/ginkgo/v2/ginkgo ./...
|
||||||
|
Reference in New Issue
Block a user