瀏覽代碼

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
 test:
     {{commonenv}} go test ./... -coverprofile=coverage.out
+    {{commonenv}} go vet ./...
 
 # Compile a local binary
 build-local: