We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2591fae commit 66bec2fCopy full SHA for 66bec2f
.github/workflows/build-test.yml
@@ -208,6 +208,8 @@ jobs:
208
token: ${{ secrets.GITHUB_TOKEN }}
209
args: --all-features
210
211
+ # leaving out Windows fuzzing for now though it seems supported
212
+ # https://llvm.org/docs/LibFuzzer.html#q-does-libfuzzer-support-windows
213
fuzz_targets:
214
name: Build fuzz targets
215
runs-on: ${{ matrix.os }}
@@ -235,7 +237,7 @@ jobs:
235
237
strategy:
236
238
fail-fast: false
239
matrix:
- os: [macos-latest, ubuntu-latest]
240
+ os: [macos-latest, ubuntu-latest, windows-latest]
241
python: [3.7]
242
steps:
243
- uses: actions/checkout@v2
0 commit comments