Skip to content

Commit d57ccdc

Browse files
committed
Re-enable workspaces on CI based on review comments.
1 parent fe81d13 commit d57ccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git submodule update --init
4747
4848
- name: Build
49-
run: GOWORK=off go build -v ./...
49+
run: go build -v ./...
5050

5151
- name: Test
5252
run: go test -race -benchmem -bench=. ./... -benchtime=100ms

0 commit comments

Comments
 (0)