diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 18:28:09 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 18:28:09 -0400 |
commit | dadb9ee39d0a8b2a11644ec04654451e69d9ccf5 (patch) | |
tree | d7f521efb8d82f11bd4084272a795e615b6a506a /.github/workflows/tester.yml | |
parent | 1c40e0178a8c38eacecd06524955d371a1d30d69 (diff) |
.github/workflows/tester.yml: add go vet step
Diffstat (limited to '.github/workflows/tester.yml')
-rw-r--r-- | .github/workflows/tester.yml | 1 |
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 |