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 2b73fbf commit 45bf713Copy full SHA for 45bf713
.github/workflows/CI.yml
@@ -33,4 +33,10 @@ jobs:
33
- name: Build and Test
34
run: |
35
export PATH="${HOME}/.local/bin:$PATH"
36
- fpm test --compiler caf --runner "cafrun -n 4"
+ fpm test \
37
+ --compiler caf \
38
+ --runner "cafrun -n 4" \
39
+ --flag "-DCOMPILER_LACKS_COLLECTIVE_SUBROUTINES" \
40
+ --flag "-DCOMPILER_LACKS_FINDLOC" \
41
+ --flag "-Wall" \
42
+ --flag "-std=f2018"
0 commit comments