Skip to content

Commit

Permalink
Revert "verbose tests"
Browse files Browse the repository at this point in the history
This reverts commit bf63a43.
  • Loading branch information
juberti committed Jun 9, 2024
1 parent b53c1f6 commit aa09382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
just test-verbose
just test
3 changes: 0 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ check:
test *ARGS=".":
. ./activate ${VENV_NAME} && cd ${PROJECT_DIR} && pytest --ignore third_party {{ARGS}}
test-verbose *ARGS=".":
. ./activate ${VENV_NAME} && cd ${PROJECT_DIR} && pytest --ignore third_party {{ARGS}} -vv --log-cli-level=INFO {{ARGS}}
@python *FLAGS:
. ./activate ${VENV_NAME} && python {{FLAGS}}
Expand Down

0 comments on commit aa09382

Please sign in to comment.