Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Add path to go.mod/go.sum files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Aug 2, 2024
1 parent d9af7e2 commit d82e99a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: ./v2/go.mod
cache-dependency-path: ./v2/go.sum

- name: Test
working-directory: ./v2
run: go run gotest.tools/gotestsum@latest -f testname -- ./... -race -count=1 -shuffle=on
run: go run gotest.tools/gotestsum@latest -f testname -- ./... -race -count=1 -shuffle=on

0 comments on commit d82e99a

Please sign in to comment.