diff --git a/justfile b/justfile index 13d63b0..1acf4e5 100644 --- a/justfile +++ b/justfile @@ -42,7 +42,7 @@ o________________TEST_COMMANDS: _default alias t:= test # Execute all tests -test: test_rust test_python test_examples +test: test_rust test_python test_rust: cargo test --workspace