CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM
https://code-intelligence.com
Other
1.03k stars 137 forks source link

ci: Merge `bazel build` and `bazel test` #721

Closed fmeum closed 1 year ago

fmeum commented 1 year ago

On Windows, bazel test uses a different PATH value than bazel build, which results in duplicated build steps. Since bazel test //... also builds all targets, the additional build step does not provide additional assurances.

This may also resolve failed to delete output files errors which occur during the test step, likely because the build step leaks open files somewhere.