Skip to content

Commit 05264c6

Browse files
committed
Run tests on both Windows & Linux
1 parent 129f96a commit 05264c6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/worker-tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ on:
77
branches: [main]
88

99
jobs:
10-
worker_tests:
11-
runs-on: ubuntu-latest
10+
tests:
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, windows-latest]
14+
name: Run tests on ${{ matrix.os }}
15+
runs-on: ${{ matrix.os }}
1216
steps:
1317
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1418

0 commit comments

Comments
 (0)