mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
also run test_compat in citest
This commit is contained in:
parent
51d9ee5879
commit
3702eabdea
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -442,7 +442,7 @@ endif
|
||||||
.PHONY: citest
|
.PHONY: citest
|
||||||
citest:
|
citest:
|
||||||
docker build --file Dockerfile --tag tmp_citest_$(PKG_NAME) .
|
docker build --file Dockerfile --tag tmp_citest_$(PKG_NAME) .
|
||||||
docker run --tty tmp_citest_$(PKG_NAME) make lint mypy test
|
docker run --tty tmp_citest_$(PKG_NAME) make lint mypy test test_compat
|
||||||
|
|
||||||
|
|
||||||
## -- Build/Deploy --
|
## -- Build/Deploy --
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue