Skip to content

Commit 67eca36

Browse files
author
Grok Compression
committed
CI: fix fuzzers
1 parent 885bf15 commit 67eca36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/fuzz.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ jobs:
1414
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
1515
with:
1616
oss-fuzz-project-name: 'grok'
17+
sanitizer: ${{ matrix.sanitizer }}
1718
dry-run: false
1819
- name: Run Fuzzers
1920
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
2021
with:
2122
oss-fuzz-project-name: 'grok'
23+
sanitizer: ${{ matrix.sanitizer }}
2224
fuzz-seconds: 3600
2325
dry-run: false
2426
- name: Upload Crash
2527
uses: actions/upload-artifact@v4
2628
if: failure() && steps.build.outcome == 'success'
2729
with:
28-
name: artifacts
30+
name: artifacts-${{ matrix.sanitizer }}
2931
path: ./out/artifacts

0 commit comments

Comments
 (0)