diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c050c37c3d..ec9aa49d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -593,7 +593,7 @@ jobs: - name: Build tests run: | cd ../boost-root/__build__ - cmake --build . --target tests + cmake --build . - name: Run tests run: |