Skip to content

Commit

Permalink
Simplify Ginkgo run in GitHub Actions
Browse files Browse the repository at this point in the history
Simplify Ginkgo run usage in GitHub Actions.
  • Loading branch information
HeavyWombat committed Jun 29, 2023
1 parent 2b10e57 commit ee8c7d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Run Go Unit Tests
run: |
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
ginkgo run \
go run -mod=mod github.com/onsi/ginkgo/v2/ginkgo run \
--coverprofile=unit.coverprofile \
--randomize-all \
--randomize-suites \
Expand Down

0 comments on commit ee8c7d5

Please sign in to comment.