Skip to content

Commit

Permalink
[feat]: Adding tests in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent c211d05 commit db8ccff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: [3.6, 3.7, 3.8]

steps:
Expand Down

0 comments on commit db8ccff

Please sign in to comment.