fix tests + add new mv rpc

This commit is contained in:
Pierre Dubouilh
2018-09-30 00:23:44 +02:00
parent 1519350be5
commit f065d66d74
2 changed files with 23 additions and 13 deletions
+2 -4
View File
@@ -14,11 +14,9 @@ run:
./gossa fixture
ci:
cd src
go fmt
go vet
cd src && go vet && go fmt
timeout 5 make run &
sleep 1 && go test
cd src && sleep 1 && go test
ci-watch:
ls main.go script.js main_test.go | entr -rc make ci