Skip to content

Commit

Permalink
Update unit-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Jun 20, 2024
1 parent b000d3d commit f5b3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mode'
go-version-file: 'go.mod'
- name: Run tests
run: |
go run github.com/onsi/ginkgo/v2/ginkgo run --covermode=atomic --coverprofile=coverage.out -v --race -r ./...
Expand Down

0 comments on commit f5b3ac0

Please sign in to comment.