linux-auth/myfuzz/run_fuzz.sh
2026-05-06 17:28:16 +03:00

6 lines
175 B
Bash
Executable file

#!/bin/bash
cp ../data/users.db test_data.db
go test -fuzz=FuzzAuth -fuzztime=5m --parallel=1
go test -run=FuzzAuth -coverprofile=cover.out -coverpkg=../... | tee cover.txt