very simple fuzz test

This commit is contained in:
vovuas2003 2026-05-05 13:36:51 +03:00
parent 290989064d
commit b3aa0b6ddd
3 changed files with 51 additions and 1 deletions

5
myfuzz/run_fuzz.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cp ../data/users.db test_data.db
go test -fuzz=FuzzAuth -fuzztime=5m --parallel=1