Skip to content

Commit 76692b3

Browse files
committed
build: 🔨 very small updates to the justfile recipes
1 parent 8b896b4 commit 76692b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

justfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@_default:
22
just --list --unsorted
33

4-
run-all: install-deps format-python check-python run-tests check-commits build-website
4+
# Run all the build recipes
5+
run-all: reset-local install-deps format-python check-python test-python check-commits build-website
56

67
# Install Python package dependencies
78
install-deps:
@@ -15,8 +16,8 @@ generate-puml-all:
1516
generate-puml name:
1617
docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/{{name}}.puml"
1718

18-
# Run Python tests
19-
run-tests:
19+
# Run the Python tests
20+
test-python:
2021
poetry run pytest
2122

2223
# Check Python code with the linter for any errors that need manual attention

0 commit comments

Comments
 (0)