Skip to content

Commit

Permalink
chore: Remove --exclude testing from justfile (#2428)
Browse files Browse the repository at this point in the history
Since that crate no longer exists.
  • Loading branch information
scsmithr authored Jan 15, 2024
1 parent c2131a3 commit 2012022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2012022

Please sign in to comment.