diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 29ff6d45..1ca3ba61 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ concurrency: jobs: run_tests: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, intel-pvc-tgi] env: SCCACHE_GHA_ENABLED: "on" @@ -85,4 +85,4 @@ jobs: cargo test - name: sccache stats run: | - /usr/local/bin/sccache --show-stats + /usr/local/bin/sccache --show-stats \ No newline at end of file