improve native fuzz

This commit is contained in:
vovuas2003 2026-05-06 17:28:16 +03:00
parent 64ecd5ada1
commit b540edbe1e
8 changed files with 53 additions and 7 deletions

View file

@ -3,3 +3,4 @@
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