Skip to content

Commit

Permalink
test: Add --quiet to fast-loop taskfile command (#1916)
Browse files Browse the repository at this point in the history
Otherwise cargo lists the name of every test; very verbose IMO.
  • Loading branch information
max-sixty committed Feb 21, 2023
1 parent 2ecdfaa commit 68752b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ tasks:
- "prql-compiler/**/*.pest"
- "prql-compiler/**/*.snap"
cmds:
- cargo insta test --accept -p prql-compiler --lib
- cargo insta test --accept -p prql-compiler --lib -- --quiet

build-web:
desc: Build the website, including the book & playground.
Expand Down

0 comments on commit 68752b7

Please sign in to comment.