Skip to content

Commit 2754707

Browse files
author
thepetk
committed
Add test command in makefile
1 parent 6f469b3 commit 2754707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build:
1111
push: build
1212
docker push $(IMG):$(TAG)
1313

14+
test:
15+
ENV="test" pytest
16+
1417
qa:
1518
isort --profile black . && black . && flake8
1619

0 commit comments

Comments
 (0)