We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e551cd8 commit ba36b82Copy full SHA for ba36b82
.github/workflows/CI.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Build, run, and test
50
run: |
51
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
+ fpm test --compiler caf --runner "cafrun -n 2" || fpm test --compiler caf --runner "cafrun -n 2" --verbose
0 commit comments