Break up "Run all tests" in bazel_test.yml (#51)

Break up "Run all tests" in bazel_test.yml

The original tests are divided into 3 parts:

1. Build fuzzing exmample targets under examplers/
2. Build and run all tests, i.e., targets with "test" tag
3. Run dedicated tests, for now, only _run targtet

modified:   .github/workflows/bazel_test.yml
1 file changed
tree: 6c754ab2266322e4a96f2f03944fa9cb74682043
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.