mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
test: add api tests for query auth
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f "wakapi" ]; then
|
||||
echo "Wakapi executable not found. Compiling."
|
||||
go build
|
||||
fi
|
||||
echo "Compiling."
|
||||
go build
|
||||
|
||||
if ! command -v newman &> /dev/null
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user