diff --git a/justfile b/justfile index e533e3c..98391bb 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ just --list --unsorted # Run all build-related recipes in the justfile -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 # Install Python package dependencies install-deps: