mirror of https://github.com/pulumi/pulumi.git
8 lines
165 B
Python
8 lines
165 B
Python
![]() |
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
||
|
|
||
|
go_test(
|
||
|
name = "read_dbr_test",
|
||
|
srcs = ["read_dbr_test.go"],
|
||
|
deps = ["//pkg/testing/integration"],
|
||
|
)
|