Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 01:02
· 100 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 = "47db8fc9c3c1837491333cdcedebf267285479bd709a1ff0a47b19a324817def",
    strip_prefix = "rules_testing-0.0.1",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.1/rules_testing-v0.0.1.tar.gz",
)

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/bazelbuild/rules_testing/commits/v0.0.1