From 8fe6755d3b042313491bf0649a0cb0e345f14e68 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 4 Jun 2025 22:15:20 +0000 Subject: [PATCH] chore: Run the tests in the CI Signed-off-by: Awiteb --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 764a6e8..f620d44 100644 --- a/justfile +++ b/justfile @@ -36,7 +36,8 @@ ci: && msrv _done_ci taplo fmt --check --config ./.taplo.toml echo "🧹 Running linter checks..." cargo clippy -q -- -D warnings - taplo check --config ./.taplo.toml + echo "🧪 Running tests..." + cargo test # Check that the current MSRV is correct msrv: