[nats] Fix coverage build (#6108)

This commit is contained in:
AdamKorcz 2021-07-23 21:49:52 +01:00 committed by GitHub
parent 08c3b789f2
commit 58fdd19a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -15,8 +15,5 @@
# #
################################################################################ ################################################################################
compile_go_fuzzer github.com/nats-io/nats-server/v2/conf Fuzz fuzz_conf
compile_go_fuzzer github.com/nats-io/nats-server/v2/server FuzzClient fuzz_client
compile_go_fuzzer ./conf Fuzz fuzz_conf
compile_go_fuzzer ./server FuzzClient fuzz_client