5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp ../data/users.db test_data.db
|
|
|
|
go test -fuzz=FuzzAuth -fuzztime=5m --parallel=1
|