Skip to content

Commit

Permalink
updated fuzz build file with the updated directory (#4502)
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
  • Loading branch information
Saranya-jena authored Mar 11, 2024
1 parent 4c13f7d commit 6640951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaoscenter/fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd chaoscenter/graphql/server && go mod download
go install github.com/AdamKorcz/go-118-fuzz-build@latest
go get github.com/AdamKorcz/go-118-fuzz-build/testing

compile_native_go_fuzzer $(pwd)/pkg/environment/handler FuzzTestGetEnvironment test-fuzz
compile_native_go_fuzzer $(pwd)/pkg/environment/handler/fuzz_tests FuzzTestGetEnvironment test-fuzz

0 comments on commit 6640951

Please sign in to comment.