Test in Docker#
See Docker Test Harness.
Interactive workflow#
Start shell with the script:
./docker/run-workflow.sh arch,standard
Start shell with Make:
make docker-shell-arch
Start shell with the script:
./docker/run-workflow.sh ubuntu,standard./docker/run-workflow.sh ubuntu,minimal
Start shell with Make:
make docker-shell-ubuntumake docker-shell-ubuntu-minimal
Inside the container shell, run nvim.
Smoke test workflow#
Run smoke test:
./docker/run-workflow.sh --workflow smoke-test arch,standard
Run smoke test:
./docker/run-workflow.sh --workflow smoke-test ubuntu,standard./docker/run-workflow.sh --workflow smoke-test ubuntu,minimal