Skip to content

Commit 66bec2f

Browse files
authored
Add Windows testing to CI (#184)
1 parent 2591fae commit 66bec2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ jobs:
208208
token: ${{ secrets.GITHUB_TOKEN }}
209209
args: --all-features
210210

211+
# leaving out Windows fuzzing for now though it seems supported
212+
# https://llvm.org/docs/LibFuzzer.html#q-does-libfuzzer-support-windows
211213
fuzz_targets:
212214
name: Build fuzz targets
213215
runs-on: ${{ matrix.os }}
@@ -235,7 +237,7 @@ jobs:
235237
strategy:
236238
fail-fast: false
237239
matrix:
238-
os: [macos-latest, ubuntu-latest]
240+
os: [macos-latest, ubuntu-latest, windows-latest]
239241
python: [3.7]
240242
steps:
241243
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)