From b11a29ee7b16f66bae7342dfafb18b32a2c6d9c5 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Tue, 10 Oct 2023 11:54:50 -0700 Subject: [PATCH] Run less tests --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee48ce1..e0638bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,3 @@ jobs: run: cp .github/workflows/ci.bazelrc . - name: "Build" run: bazel build //... --enable_bzlmod=False - - name: "Unit tests" - run: bazel test //... --enable_bzlmod=False - - name: "Integration tests" - run: bash tests/integration/suite.sh