Skip to content

Commit f8f3514

Browse files
authored
Update lint-and-test.yml
1 parent d078a80 commit f8f3514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/lint-and-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest]
10+
os: [ubuntu-latest, macos-latest, windows-latest]
1111
python-version: ['3.8', '3.9', '3.10', '3.11']
12+
fail-fast: false
1213
steps:
1314
- uses: actions/checkout@v2
1415
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)