Skip to content

Commit 3adf842

Browse files
committed
Only test browser
1 parent f1200ba commit 3adf842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
CC: clang
3232
CXX: clang++
3333
run: |
34-
go build -v ./...
35-
go test -v ./...
34+
go build -v ./browser/...
35+
go test -v ./browser/...

0 commit comments

Comments
 (0)