We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50bc92 commit 8b80dd7Copy full SHA for 8b80dd7
1 file changed
.github/workflows/unittest.yml
@@ -3,10 +3,11 @@ name: Unit test
3
on: [push, pull_request]
4
5
jobs:
6
- unit_test_ubuntu:
+ unit_test:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
+ os: [ubuntu-latest, macos-latest, windows-latest]
11
python-version: [3.6, 3.7, 3.8, 3.9]
12
13
env:
0 commit comments