Add extra K8s arguments to select processes to instrument for Beyla component #327
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Go fuzz tests (PR) | |
on: | |
pull_request: | |
jobs: | |
fuzz: | |
uses: ./.github/workflows/fuzz-go.yml | |
with: | |
fuzz-time: 5m | |