Skip to content

Commit cb0f792

Browse files
committed
fix(ci): really run tests on all OS
1 parent ecb33a8 commit cb0f792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pipenv run black .
2828
2929
build:
30-
runs-on: ubuntu-latest
30+
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)