pulumi/tests/integration/policy/BUILD.bazel

8 lines
159 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "policy_test",
srcs = ["policy_test.go"],
deps = ["//sdk/go/common/testing"],
)