Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Dec 12, 2023
1 parent 219515a commit 4f73ac9
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 @@ -15,7 +15,7 @@ jobs:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Install richgo
run: go install -ldflags="-s -w" github.com/kyoh86/richgo
run: go install -ldflags="-s -w" github.com/kyoh86/richgo@latest
- name: Run Tests
run: richgo test -v ./... -coverprofile cover.out
env:
Expand Down

0 comments on commit 4f73ac9

Please sign in to comment.