Skip to content

Commit

Permalink
Revert to before the last commit on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed May 29, 2024
1 parent 6683bea commit 297d266
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 103 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libc++-dev libc++abi-dev
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
Expand All @@ -23,5 +18,11 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'opensk'
fuzz-seconds: 6
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts
Loading

0 comments on commit 297d266

Please sign in to comment.