Skip to content

Commit c75a2d6

Browse files
committed
fix: fuzz-test(2)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent a74e4cd commit c75a2d6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/fuzz-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
# We have to identify which package contains fuzz tests then execute them.
2020
# See https://github.com/golang/go/issues/46312.
2121
# An alternative to using jq and matrix is to use (or rewrite): https://github.com/demurky/gofuzz/
22-
id: fuzz-matrix
2322
runs-on: ubuntu-latest
24-
outputs: ${{ steps.get-fuzz-tests.tests }}
23+
outputs: ${{ steps.get-fuzz-tests.outputs.matrix }}
2524
steps:
2625
-
2726
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
@@ -39,7 +38,7 @@ jobs:
3938
name: Fuzz tests matrix
4039
id: get-fuzz-tests
4140
run: |
42-
# multiple tests, multiple packages, multiple modules
41+
# Suppports: multiple tests, multiple packages, multiple modules
4342
fuzz_tests=$(\
4443
go test work -list Fuzz -json ./... |\
4544
jq '.|select(.Action == "output")|\

0 commit comments

Comments
 (0)