Actions: Run on OS from test matrix
This commit is contained in:
parent
af6c6b96b9
commit
c3d22e680f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,11 +3,11 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
|
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user