Skip to content

Commit ae625a5

Browse files
authored
fix: add test-python to run-all (#38)
## Description The `run-all` recipe wasn't updated when `test-python` was renamed from `run-tests` which resulted in an error when using `run-all`. So it is now 👍 <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent bdd5073 commit ae625a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
just --list --unsorted
33

44
# Run all build-related recipes in the justfile
5-
run-all: install-deps format-python check-python run-tests check-commits build-website
5+
run-all: install-deps format-python check-python test-python check-commits build-website
66

77
# Install Python package dependencies
88
install-deps:

0 commit comments

Comments
 (0)