Skip to content

Commit

Permalink
build(ci): run tests on mac, windows and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Dec 3, 2020
1 parent f2151e2 commit 5902470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:

test:
name: Unit tests
runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: set up Python
Expand Down

0 comments on commit 5902470

Please sign in to comment.