Skip to content

Commit

Permalink
Make CI lit verbose (#62)
Browse files Browse the repository at this point in the history
Pass `-v` option to lit to enable verbose output so we can actually see
what failed exactly.

Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
  • Loading branch information
Hardcode84 authored Aug 1, 2024
1 parent b094185 commit 4876123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run LIT tests
if: ${{ !cancelled() }}
run: |
lit lit_tests/
lit lit_tests/ -v
- name: MyPy Type Checking
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 4876123

Please sign in to comment.