Skip to content

Commit

Permalink
Add cert task
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 4, 2024
1 parent 2c32ff6 commit a6eee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ci: depsdev test-all
test: cert
go test ./... -coverprofile=coverage.out -covermode=count

race:
race: cert
go test ./... -race

test-integration: cert
Expand Down

0 comments on commit a6eee95

Please sign in to comment.