This commit is contained in:
Pierre Dubouilh
2019-11-06 19:08:06 +01:00
parent f77b10d3de
commit 5096f46ba4
+2 -2
View File
@@ -16,8 +16,8 @@ run-extra:
ci:
-@cd test-fixture && ln -s ../support .
make build
timeout 10 make run &
sleep 11 && timeout 10 make run-extra &
timeout 15 make run &
sleep 16 && timeout 15 make run-extra &
cp src/gossa_test.go . && go test
rm gossa_test.go