mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Invoke using docker-compose run instead of up
Doesn't leave stopped containers around and feels more like running locally (terminal size and CTRL-C is passed to pytest).
This commit is contained in:
parent
d7167d9a50
commit
45d448bda6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,3 @@
|
|||
test:
|
||||
mkdir -p /tmp/taskwiki-coverage
|
||||
docker-compose up --force-recreate --exit-code-from tests
|
||||
docker-compose run --rm tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue