Always run tests on local Docker

This commit is contained in:
3wc 2020-10-30 18:30:43 +02:00
parent 50ca4f8029
commit 57e24eaf0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.PHONY: test shellcheck docopt kcov codecov
test:
@docker run \
@DOCKER_CONTEXT=default docker run \
-it \
--rm \
-v $$(pwd):/workdir \