Skip to content

Commit 745d086

Browse files
committed
Adds Windows CI
1 parent 8fdc98f commit 745d086

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-latest, windows-latest]
1313
python-version: ["3.7", "3.8", "3.9", "3.10"]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Added coverage metric for Codecov
88
- Added coverage for `WHERE`, `ENUM`, max line/comment diagnostics and multilines
9+
- Adds Windows CI
910

1011
## 2.0.1
1112

0 commit comments

Comments
 (0)