We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1200ba commit 3adf842Copy full SHA for 3adf842
.github/workflows/go.yml
@@ -31,5 +31,5 @@ jobs:
31
CC: clang
32
CXX: clang++
33
run: |
34
- go build -v ./...
35
- go test -v ./...
+ go build -v ./browser/...
+ go test -v ./browser/...
0 commit comments