From 0a06f1070887216e3a5d9050d37c4b88f765b5e8 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Mon, 22 Jun 2020 08:26:46 -0700 Subject: [PATCH] Always run Bazel tests. --- .github/workflows/bazeltest.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/bazeltest.yml b/.github/workflows/bazeltest.yml index 40f7e6a9..9f1a5c91 100644 --- a/.github/workflows/bazeltest.yml +++ b/.github/workflows/bazeltest.yml @@ -6,14 +6,7 @@ on: branches: - master - # Only run tests for PRs affecting C++ code. pull_request: - paths-ignore: - - '**.md' - - 'install/**' - - 'pybind_interface/**' - - 'qsimcirq/**' - - 'qsimcirq_tests/**' jobs: # Run tests with Bazel v0.26.