mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
prefixed ui + refactor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user