gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 77/264: CI: bring GitHub Actions fuzzing job in line with macOS


From: gnunet
Subject: [gnurl] 77/264: CI: bring GitHub Actions fuzzing job in line with macOS jobs
Date: Thu, 30 Apr 2020 16:06:20 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit fd7afa7d3926cc79000edd2ef1c60275ab5a3587
Author: Marc Hoersken <address@hidden>
AuthorDate: Tue Mar 24 18:19:35 2020 +0100

    CI: bring GitHub Actions fuzzing job in line with macOS jobs
    
    Update YAML formatting, job naming and triggers.
---
 .github/workflows/fuzz.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 296acc797..167ae2429 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -1,7 +1,9 @@
-name: CIFuzz
-on: [pull_request]
+name: CI
+
+on: [push, pull_request]
+
 jobs:
-  Fuzzing:
+  fuzzing:
     runs-on: ubuntu-latest
     steps:
     - name: Build Fuzzers
@@ -9,12 +11,14 @@ jobs:
       with:
         oss-fuzz-project-name: 'curl'
         dry-run: false
+
     - name: Run Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
       with:
         oss-fuzz-project-name: 'curl'
         fuzz-seconds: 600
         dry-run: false
+
     - name: Upload Crash
       uses: actions/upload-artifact@v1
       if: failure()

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]