From 8a098c2a4ada2fd98a1753019f46b3df8aa4b5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= <40836345+signekb@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:49:34 +0100 Subject: [PATCH] fix: add `test-python` to `run-all` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 👍 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: