typedb/typedb-ml

Use cached test results for unchanged source code

Closed this issue · 1 comments

Problem to Solve

All tests rerun from cold, which is unnecessary if large amounts of source code are unchanged.

Current Workaround

Ignore this computational penalty

Proposed Solution

Use RBE with bazel to cache test results

Solved by #89