Skip to content

Commit 45bf713

Browse files
author
Damian Rouson
committed
fix(test): compile tests with requisite flags
1 parent 2b73fbf commit 45bf713

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ jobs:
3333
- name: Build and Test
3434
run: |
3535
export PATH="${HOME}/.local/bin:$PATH"
36-
fpm test --compiler caf --runner "cafrun -n 4"
36+
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

Comments
 (0)