Преглед на файлове

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 години
родител
ревизия
736aba5d82
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      justfile

+ 1 - 0
justfile

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