Re-introduce fuzzing in pull requests

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2021-02-13 00:05:15 +01:00
parent b987dcc3b1
commit bc87f37830

View file

@ -1,11 +1,10 @@
name: CIFuzz name: CIFuzz
on: {} on:
# Disabled for now, until we find a proper solution for vendoring. pull_request:
# pull_request: paths:
# paths: - 'go.sum'
# - 'go.sum' - 'go.mod'
# - 'go.mod' - '**.go'
# - '**.go'
jobs: jobs:
Fuzzing: Fuzzing:
runs-on: ubuntu-latest runs-on: ubuntu-latest