Pārlūkot izejas kodu

Add 'go vet' to the test suite

https://github.com/opencost/opencost/pull/2469 is the only blocker

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray 2 gadi atpakaļ
vecāks
revīzija
736aba5d82
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      justfile

+ 1 - 0
justfile

@@ -9,6 +9,7 @@ default:
 # Run unit tests
 test:
     {{commonenv}} go test ./... -coverprofile=coverage.out
+    {{commonenv}} go vet ./...
 
 # Compile a local binary
 build-local: