Closed jameshalsall closed 2 years ago
TODO:
-T
docker-compose exec
ws go test integration <test-name>
https://github.com/inviqa/go-sample/pull/16 is a demonstration of this working in pipelines.
This would close #196.
NOTE: I've labelled this as a breaking change, but it shouldn't break any workflows, it should just make them more efficient. The main thing that will change is the ws recompile command, which will no longer rebuild the whole app container.
ws recompile
TODO:
-T
ondocker-compose exec
commands when needed (pipelines)ws go test integration <test-name>
commandhttps://github.com/inviqa/go-sample/pull/16 is a demonstration of this working in pipelines.
This would close #196.
NOTE: I've labelled this as a breaking change, but it shouldn't break any workflows, it should just make them more efficient. The main thing that will change is the
ws recompile
command, which will no longer rebuild the whole app container.