prefixed ui + refactor

This commit is contained in:
Pierre Dubouilh
2019-07-20 13:45:52 +02:00
parent 881d5836bb
commit 44a04b1534
7 changed files with 94 additions and 85 deletions
+6 -1
View File
@@ -9,9 +9,14 @@ run:
make build
./gossa test-fixture
run-prefix:
make build
./gossa -prefix="/fancy-path/" test-fixture
ci:
timeout 10 make run &
cp src/gossa_test.go . && sleep 5 && go test
sleep 11 && timeout 10 make run-prefix &
cp src/gossa_test.go . && go test
rm gossa_test.go
watch: