Skip to content

Commit ba36b82

Browse files
committed
CI: Fix verbose debug output on GHA
1 parent e551cd8 commit ba36b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Build, run, and test
5050
run: |
5151
fpm run --example get-flag-value -- --input-file some_file_name || fpm run --verbose --example get-flag-value -- --input-file some_file_name
52-
fpm test --compiler caf --runner "cafrun -n 2" || !! --verbose
52+
fpm test --compiler caf --runner "cafrun -n 2" || fpm test --compiler caf --runner "cafrun -n 2" --verbose

0 commit comments

Comments
 (0)