pulumi/tests/integration/custom_timeouts/BUILD.bazel

8 lines
179 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "custom_timeouts_test",
srcs = ["custom_timeouts_test.go"],
deps = ["//pkg/testing/integration"],
)