Skip to content

Commit 0f5e8ab

Browse files
committed
Add working directory
1 parent 0f02097 commit 0f5e8ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: echo "GOPATH=$(go env GOPATH)" >>"$GITHUB_ENV"
4242

4343
- name: Build
44+
working-directory: ./browser
4445
run: |
45-
go build -v ./browser/...
46-
go test -v ./browser/...
46+
go build -v ./...
47+
go test -v ./...

0 commit comments

Comments
 (0)