From eb9db7640638364445c6c0583b5cff2d00ac73f3 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 10 Jul 2020 13:56:22 -0400 Subject: [PATCH] Try not building all and see if it helps --- .github/workflows/bazel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 0745500d6..cf7790b11 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -36,6 +36,5 @@ jobs: - name: Build & test run: | - bin/bazel build --config=ci //semantic:all bin/bazel test --config=ci --test_tag_filters=language-test //... bin/bazel test --config=ci //semantic-source //semantic:spec