We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1641a commit 48f4106Copy full SHA for 48f4106
Makefile
@@ -50,6 +50,7 @@ lint:
50
test:
51
for lib in $(LIBRARIES); do \
52
cd ${WORKDIR}/$$lib && \
53
+ poetry install && \
54
poetry run python -m unittest discover -s tests -v; \
55
done
56
0 commit comments