Skip to content

Commit

Permalink
Add working directory explicitly to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Aug 18, 2021
1 parent fd3515b commit faff128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -84,4 +84,5 @@ jobs:
env:
GOPATH: "${{github.workspace}}"
GOFLAGS: ${{ matrix.go-flags }}
working-directory: "${{github.workspace}}/src/github.com/${{github.repository}}"
run: go test ./...

0 comments on commit faff128

Please sign in to comment.