Skip to content

Commit

Permalink
github actions: only build/test library
Browse files Browse the repository at this point in the history
  • Loading branch information
bobertlo committed Nov 16, 2024
1 parent 9f251db commit 814077e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.23'

- name: Build
run: go build -v ./...
run: go build -v .

- name: Test
run: go test -v ./...
run: go test -v . -cover

0 comments on commit 814077e

Please sign in to comment.