Skip to content
Snippets Groups Projects
Verified Commit 21bdc4ea authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

feat(make): add dev-env target to exec into a development environment

parent 08a1ce6c
No related branches found
No related tags found
1 merge request!45transaction handling and reworked checks
......@@ -17,6 +17,9 @@ test-coverage: test-image
mkdir -m 777 ${PWD}/coverage
$(DOCKER) run $(RUN_OPTIONS) -v ${PWD}/coverage:/coverage -e COVERAGE_DIR=/coverage $(IMAGE) make test-coverage
dev-env: test-image
$(DOCKER) run $(RUN_OPTIONS) --tty --interactive $(IMAGE) /bin/bash
check:
shellcheck -S error db-* testing2x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment