mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Added unit tests for auth.go
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
d4a3521437
commit
e320725e07
5 changed files with 22 additions and 19 deletions
|
@ -25,6 +25,9 @@ ls
|
|||
stage "Build"
|
||||
make all
|
||||
|
||||
stage "UnitTests"
|
||||
go test -v .
|
||||
|
||||
stage "Test(Authtoken)"
|
||||
echo "Clearing test user $USER ~/.xs_id file ..."
|
||||
rm -f ~/.xs_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue