Skip to content

Commit 8a6597f

Browse files
ci: remove verbosity
1 parent 26ba07f commit 8a6597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# It should be removed eventually when all the files are clear of user input.
9595
- name: test
9696
run: |
97-
ctest --test-dir build --verbose --timeout 5 --parallel 4
97+
ctest --test-dir build --timeout 5 --parallel 4
9898
9999
- name: Label on PR fail
100100
uses: actions-ecosystem/action-add-labels@v1

0 commit comments

Comments
 (0)