Skip to content

Commit

Permalink
.github/workflows/testing.yml: run make check without V=1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 1, 2024
1 parent 897f05f commit 7697397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
jj --version
#- run: ./testing.sh -x
- run: |
make check V=1
make check
Ping-IRC:
if: always()
Expand Down

0 comments on commit 7697397

Please sign in to comment.