[go-redis] Fix coverage build (#6109)

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

View File

@ -13,5 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#github.com/go-redis/redis/fuzz is not a module, so needs local build
compile_go_fuzzer ./fuzz Fuzz fuzz gofuzz
compile_go_fuzzer github.com/go-redis/redis/v8/fuzz Fuzz fuzz gofuzz