Skip to content

Commit 5856722

Browse files
committed
Add tests for all OS and arch combinations
1 parent 357154a commit 5856722

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,12 +1559,12 @@ jobs:
15591559

15601560
linux_arm64:
15611561
env:
1562-
TOTAL_GROUPS: 1
1562+
TOTAL_GROUPS: 2
15631563

15641564
strategy:
15651565
fail-fast: false
15661566
matrix:
1567-
group-number: [1]
1567+
group-number: [1, 2]
15681568

15691569
runs-on: ubuntu-24.04-arm
15701570
timeout-minutes: 30
@@ -1618,12 +1618,12 @@ jobs:
16181618

16191619
macos:
16201620
env:
1621-
TOTAL_GROUPS: 1
1621+
TOTAL_GROUPS: 2
16221622

16231623
strategy:
16241624
fail-fast: false
16251625
matrix:
1626-
group-number: [1]
1626+
group-number: [1, 2]
16271627

16281628
runs-on: macos-13
16291629
timeout-minutes: 30
@@ -1677,12 +1677,12 @@ jobs:
16771677

16781678
macos_arm64:
16791679
env:
1680-
TOTAL_GROUPS: 1
1680+
TOTAL_GROUPS: 2
16811681

16821682
strategy:
16831683
fail-fast: false
16841684
matrix:
1685-
group-number: [1]
1685+
group-number: [1, 2]
16861686

16871687
runs-on: macos-15
16881688
timeout-minutes: 30

0 commit comments

Comments
 (0)