Skip to content

Commit 8cf2160

Browse files
committed
Update workflow
1 parent 59823ce commit 8cf2160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Go
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "fix-build" ]
99
pull_request:
1010
branches: [ "main" ]
1111

@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.20'
2323

2424
- name: Build
25-
run: go build -v ./...
25+
run: cd browser && go build -v ./...
2626

2727
- name: Test
28-
run: go test -v ./...
28+
run: cd browser && go test -v ./...

0 commit comments

Comments
 (0)