We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f54cb commit f43dabeCopy full SHA for f43dabe
.github/workflows/checks.sh
@@ -8,7 +8,7 @@ if [ "${exit_code}" -ne 0 ] ; then
8
exit "${exit_code}"
9
fi
10
11
-bazel test tests/... distro/... examples/...
+bazel test tests/... examples/...
12
exit_code="$?"
13
case "${exit_code}" in
14
"4")
0 commit comments