Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_env to use build, fixing analysis caching (#568)
Per https://docs.bazel.build/versions/master/guide.html#option-defaults, test inherits from build, thus why this fixes caching. The issue can be observed with `bazel build :all && bazel test :all`, the line: `INFO: Build option --test_env has changed, discarding analysis cache.`
- Loading branch information