Skip to content

Commit fe180a0

Browse files
committed
Matrix tests
1 parent 82a2cb3 commit fe180a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ env:
77

88
jobs:
99
benchmark:
10-
runs-on: T4
10+
runs-on: ${{ matrix.os }}
11+
strategy:
12+
matrix:
13+
os: [t4_gpu, ubuntu-latest]
1114
steps:
1215
- uses: actions/checkout@v3
1316
- name: Set up Python 3.11

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
tests:
7-
runs-on: T4
7+
runs-on: t4_gpu
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Set up Python 3.11

0 commit comments

Comments
 (0)