Skip to content

Commit 82bb4e6

Browse files
committed
CI: Test against Windows and macOS in addition to Ubuntu
1 parent e293242 commit 82bb4e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
# We don't need to test across multiple platforms yet
12-
# os: [ubuntu-latest, windows-latest, macOS-latest]
13-
os: [ubuntu-latest]
11+
os: [ubuntu-latest, windows-latest, macOS-latest]
1412

1513
steps:
1614
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)