Use requires_buildifier build tag to avoid needing buildifier locally (#62597)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-01-31 17:43:07 +00:00
committed by GitHub
parent 6ae0ea80f6
commit fdb1a47ca2
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ def test_backend_step():
"wire-install",
],
"commands": [
"go test -short -covermode=atomic -timeout=5m ./pkg/...",
"go test -tags requires_buildifer -short -covermode=atomic -timeout=5m ./pkg/...",
],
}