feat(tui): move logging to server logs
This commit is contained in:
parent
37a86439c4
commit
ca8ce88354
19 changed files with 582 additions and 202 deletions
|
|
@ -7,5 +7,5 @@ cd "$(dirname "$0")/.."
|
|||
echo "==> Running Go build"
|
||||
go build .
|
||||
|
||||
# Compile the tests but don't run them
|
||||
go test -c .
|
||||
echo "==> Checking tests compile"
|
||||
go test -run=^$ .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue