You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds the test target to run the required tests. The test
target can be invoked via: `make -f Next.mk test`. This target
runs test via bazel.
The bazel command is provided via bazelisk so we can pick up
the right bazel version (hint: .bazelversion).
Before running the test, we generate the required *.go files
via tests_harness_cases_go (which is a dependency of test target).
This patch adds test target invocation in the workflow, also
sets up the corresponding caching mechanism for bazel.
Signed-off-by: Dhi Aurrahman <[email protected]>
0 commit comments