diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c7897f..ec44903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: git fetch --depth 1 git checkout main - name: Build - run: bazel build -- //... + run: bazel build -- //treesearchsolver/... - name: Run tests run: python3 -u scripts/run_tests.py test_results_ref - name: Process tests