Skip to content

Commit 8b80dd7

Browse files
committed
test workflow
1 parent c50bc92 commit 8b80dd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Unit test
33
on: [push, pull_request]
44

55
jobs:
6-
unit_test_ubuntu:
6+
unit_test:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10+
os: [ubuntu-latest, macos-latest, windows-latest]
1011
python-version: [3.6, 3.7, 3.8, 3.9]
1112

1213
env:

0 commit comments

Comments
 (0)