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
on: {}
# Disabled for now, until we find a proper solution for vendoring.
# pull_request:
# paths:
# - 'go.sum'
# - 'go.mod'
# - '**.go'
on:
pull_request:
paths:
- 'go.sum'
- 'go.mod'
- '**.go'
jobs:
Fuzzing:
runs-on: ubuntu-latest