Skip to content

Commit 6580f79

Browse files
committed
Make sure full tests are run on mac.
1 parent d946fcf commit 6580f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
run: opam exec -- npm ci
5858

5959
- name: Run tests (macOS)
60-
if: runner.name == 'macos-latest'
60+
if: matrix.os == 'macos-latest'
6161
run: opam exec -- node scripts/ciTest.js -all
6262

6363
- name: Run tests (macos-arm)
64-
if: runner.name == 'macos-arm'
64+
if: matrix.os == 'macos-arm'
6565
run: opam exec -- node scripts/ciTest.js -ounit -mocha -theme
6666

6767
- name: Run tests (Linux)

0 commit comments

Comments
 (0)