diff --git a/justfile b/justfile index c8aaf0e97..d82a073fa 100644 --- a/justfile +++ b/justfile @@ -55,14 +55,14 @@ test *args: protoc # Run unit tests. unit-tests *args: protoc - just test --workspace --exclude testing {{args}} + just test --workspace {{args}} # Run doc tests. doc-tests: protoc just test --doc # Run SQL Logic Tests. -sql-logic-tests *args: build +sql-logic-tests *args: build just slt-bin {{args}} slt-bin *args: