Skip to content

Commit

Permalink
Run tests on all project packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Oct 2, 2023
1 parent f17e40a commit 0242748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test
run: go test -v ./...
- name: Test with Go
run: go test -json > TestResults-${{ matrix.go-version }}.json
- name: Upload Go test results
Expand Down

0 comments on commit 0242748

Please sign in to comment.