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: