diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e97b43d7e..5d2463fe8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,8 +14,8 @@ env: PARALLEL: -j 2 jobs: - mkl: - runs-on: intel-ubuntu-latest + unit-tests: + runs-on: ubuntu-latest # One runner for each domain strategy: matrix: @@ -39,7 +39,7 @@ jobs: - config: MKL RNG options: -DTARGET_DOMAINS=rng tests: '.*' - name: ${{ matrix.config }} CPU + name: unit tests ${{ matrix.config }} CPU steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Restore netlib from cache