Skip to content

v0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 20:25
· 106 commits to master since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_testing",
    sha256 = "05af83590e00d5bcd36c56dd421ee710a823b0ebeefde9d404a833fa1083b7a3",
    strip_prefix = "rules_testing-0.0.3",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.3/rules_testing-v0.0.3.tar.gz",
)

Full Changelog: v0.0.1...v0.0.3