Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version-file: go.mod
- name: Go test
run: |
go test ./... -race
make test

copyright:
name: "copyright headers"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ copyrightcheck:
copyrightfix:
go run github.com/hashicorp/copywrite@latest headers

test:
go test ./... -race

check: copyrightcheck vetcheck fmtcheck

fix: copyrightfix fmtfix