Closed Wyverald closed 1 year ago
@alexeagle is there a way to make the CI setup work with no actual tests? The current "test" I have is basically just some assertions in a BUILD file, so if bazel build //test:tests
passes (that target is just an empty filegroup
), the tests have passed. That's somewhat eccentric but was simple enough so I didn't spend more time on it. Any suggestions what's best here?
Most of this is copied from rules-template. The only difference is that the
e2e/smoke
stuff is removed.