Skip to content

Commit c163f3a

Browse files
committed
Run CLI wrapper tests on all three platforms
1 parent 9090a56 commit c163f3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ jobs:
113113

114114
test-cli-wrapper:
115115
name: "Test CLI Wrapper"
116-
runs-on: ubuntu-latest
116+
strategy:
117+
matrix:
118+
os: [ubuntu-latest, macos-latest, windows-latest]
119+
runs-on: ${{ matrix.os }}
117120
env:
118121
DEBUG: "*"
119122
steps:

0 commit comments

Comments
 (0)