Skip to content

Commit

Permalink
Re-enable workspaces on CI based on review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 10, 2024
1 parent fe81d13 commit d57ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git submodule update --init
- name: Build
run: GOWORK=off go build -v ./...
run: go build -v ./...

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

0 comments on commit d57ccdc

Please sign in to comment.