From c0ba3ef92eda87f5721ae1aff5b7ac503e1bb3b6 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 30 Apr 2024 16:04:40 +0200 Subject: [PATCH] Enable TGI on XPU tests --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 37dc8305..4f26159c 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" @@ -84,4 +84,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