We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-python
run-all
1 parent bdd5073 commit 8a098c2Copy full SHA for 8a098c2
justfile
@@ -2,7 +2,7 @@
2
just --list --unsorted
3
4
# Run all build-related recipes in the justfile
5
-run-all: install-deps format-python check-python run-tests check-commits build-website
+run-all: install-deps format-python check-python test-python check-commits build-website
6
7
# Install Python package dependencies
8
install-deps:
0 commit comments