forked from grafana/pyroscope
-
Notifications
You must be signed in to change notification settings - Fork 1
21 lines (21 loc) · 708 Bytes
/
fuzzer.yml
File metadata and controls
21 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: go/fuzz
on:
workflow_dispatch: {}
schedule:
- cron: '0 0 * * 1-5' # Run every weekday at midnight
permissions:
contents: read
jobs:
go-fuzz-merge-single:
runs-on: ${{ github.repository_owner == 'grafana' && 'ubuntu-x64' || 'ubuntu-latest' }}
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: 'false'
- name: Install Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: 1.24.13
- name: Run Fuzz_Merge_Single
run: go test -fuzz=Fuzz_Merge_Single --fuzztime 1h -run '^$' -v ./pkg/pprof/