diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0cf3805..a3c88ae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: - name: Run tests if: '!matrix.coverity' - run: ci/build.sh + run: B2_TARGETS=${{matrix.targets}} ci/build.sh - name: Upload coverage if: matrix.coverage