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 c02c732 commit 6bba965Copy full SHA for 6bba965
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