diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 52b29dc..d46bff9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -144,6 +144,11 @@ jobs: test-on-ubuntu-2004: runs-on: ubuntu-20.04 needs: [build-release-ubuntu-2004] + strategy: + matrix: + include: + - build: 'openblas' + - build: 'cublas' steps: - name: Common dependencies id: depends @@ -172,6 +177,11 @@ jobs: test-on-ubuntu-2204: runs-on: ubuntu-22.04 needs: [build-release-ubuntu-2004] + strategy: + matrix: + include: + - build: 'openblas' + - build: 'cublas' steps: - name: Common dependencies id: depends