summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-09-20 18:28:09 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-09-20 18:28:09 -0400
commitdadb9ee39d0a8b2a11644ec04654451e69d9ccf5 (patch)
treed7f521efb8d82f11bd4084272a795e615b6a506a /.github
parent1c40e0178a8c38eacecd06524955d371a1d30d69 (diff)
.github/workflows/tester.yml: add go vet step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tester.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml
index 818cd49..7f43f62 100644
--- a/.github/workflows/tester.yml
+++ b/.github/workflows/tester.yml
@@ -13,4 +13,5 @@ jobs:
with:
go-version: '1.23'
check-latest: true
+ - run: make vet
- run: make test TEST_OPTS=-race