We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885bf15 commit 67eca36Copy full SHA for 67eca36
1 file changed
.github/workflows/fuzz.yml
@@ -14,16 +14,18 @@ jobs:
14
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
15
with:
16
oss-fuzz-project-name: 'grok'
17
+ sanitizer: ${{ matrix.sanitizer }}
18
dry-run: false
19
- name: Run Fuzzers
20
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
21
22
23
24
fuzz-seconds: 3600
25
26
- name: Upload Crash
27
uses: actions/upload-artifact@v4
28
if: failure() && steps.build.outcome == 'success'
29
- name: artifacts
30
+ name: artifacts-${{ matrix.sanitizer }}
31
path: ./out/artifacts
0 commit comments