Skip to content

Commit ee8c7d5

Browse files
committed
Simplify Ginkgo run in GitHub Actions
Simplify Ginkgo run usage in GitHub Actions.
1 parent 2b10e57 commit ee8c7d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
3131
- name: Run Go Unit Tests
3232
run: |
33-
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
34-
ginkgo run \
33+
go run -mod=mod github.com/onsi/ginkgo/v2/ginkgo run \
3534
--coverprofile=unit.coverprofile \
3635
--randomize-all \
3736
--randomize-suites \

0 commit comments

Comments
 (0)