aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/reproducibility/BUILD.bazel
blob: db5fd9b6a8aef37aab33d9cc4a1bdf2724c873a6 (plain)
1
2
3
4
5
6
load("@io_bazel_rules_go//go/tools/bazel_testing:def.bzl", "go_bazel_test")

go_bazel_test(
    name = "reproducibility_test",
    srcs = ["reproducibility_test.go"],
)