Skip to content

Instantly share code, notes, and snippets.

@endobson
Last active August 20, 2018 00:22
Show Gist options
  • Save endobson/d0b0c8adbce88bc50e48d81aad0c4718 to your computer and use it in GitHub Desktop.
Save endobson/d0b0c8adbce88bc50e48d81aad0c4718 to your computer and use it in GitHub Desktop.
sh_test(
name = "foo_test",
srcs = ["foo_test.sh"],
)
test_suite(
name = "all_tests",
testonly = 0,
)
filegroup(
name = "production_stuff",
data = [":all_tests"]
)
#!/bin/bash
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment