Skip to content

Commit

Permalink
ci: try to build as a plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Nov 10, 2022
1 parent 3db57cc commit d885506
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 @@ -25,7 +25,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Build
run: go build -v ./...
run: go build -v -buildmode=plugin ./...

- name: Test
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...
Expand Down

0 comments on commit d885506

Please sign in to comment.