Skip to content

Commit

Permalink
CI: Pass VERBOSE=1 to make
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jul 18, 2024
1 parent b9feaeb commit b93ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-DTESTS=ON \
-DEXAMPLES=ON \
-DDOCUMENTATION=${DOCS}
make -j3
make -j3 VERBOSE=1
- name: Test libcommute
run: |
Expand Down

0 comments on commit b93ce35

Please sign in to comment.