diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36cc366..7c7897f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,10 +44,7 @@ jobs: git fetch --depth 1 git checkout main - name: Build - run: | - cmake -S . -B build -DCMAKE_BUILD_TYPE=Release - cmake --build build --config Release --parallel - cmake --install build --config Release --prefix install + run: bazel build -- //... - name: Run tests run: python3 -u scripts/run_tests.py test_results_ref - name: Process tests