6 lines
175 B
Bash
Executable file
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
|