Skip to content

Commit

Permalink
ci: Test all sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow authored Apr 24, 2021
1 parent af50297 commit 1ef05d0
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 @@ -29,4 +29,4 @@ jobs:
run: go build -v .

- name: Test
run: go test -race -vet "all" -v .
run: go test -race -vet "all" -v ./...

0 comments on commit 1ef05d0

Please sign in to comment.