Skip to content

Commit 358ca7a

Browse files
committed
[update] add govulncheck cmd to ci
1 parent 6a8ffb7 commit 358ca7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- run:
5555
name: "Run benchstat"
5656
command: make benchstat
57+
- run:
58+
name: "Run govulncheck"
59+
command: make govulncheck
5760
- run:
5861
name: Build go
5962
command: go build

0 commit comments

Comments
 (0)