[v9.4.x] Use requires_buildifier build tag to avoid needing buildifier locally (#62621)

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

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
(cherry picked from commit fdb1a47ca2)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-01-31 18:03:03 +00:00
committed by GitHub
co-authored by Jack Baldry
parent 3023a43d4f
commit bd9707e8f3
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/...",
],
}