Skip to content

Commit 7fd9890

Browse files
committed
ci: run product benchmark on windows & macOS
1 parent 668892e commit 7fd9890

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ on:
88

99
jobs:
1010
product:
11-
name: Product benchmark
11+
name: Product benchmark on ${{ matrix.os }}
1212
concurrency:
13-
group: ${{ github.workflow }}-benchmark-product-${{ github.ref }}
13+
group: ${{ github.workflow }}-benchmark-product-${{ matrix.os }}-${{ github.ref }}
1414
cancel-in-progress: true
1515
runs-on: ubuntu-latest
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
os:
20+
- ubuntu-latest
21+
- macos-latest
22+
- windows-latest
1623
steps:
1724
- name: Setup repository
1825
uses: actions/checkout@v4

0 commit comments

Comments
 (0)