Skip to content

Commit 3f73b98

Browse files
committed
CI: clean up build & test job
1 parent a565962 commit 3f73b98

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252

5353
- name: Build, run, and test
5454
run: |
55-
ls ~/apps/OpenCoarrays/*
5655
which caf
57-
caf --version
5856
caf --show
59-
fpm run --example get-flag-value -- --input-file some_file_name || fpm run --verbose --example get-flag-value -- --input-file some_file_name
60-
fpm test --compiler caf --runner "cafrun -n 2" || fpm test --compiler caf --runner "cafrun -n 2" --verbose
57+
# Build the example executable to test the commandline without caf first, since you cannot spawn new MPI jobs from within an MPI job
58+
fpm run --example get-flag-value -- --input-file some_file_name
59+
fpm test --compiler caf --runner "cafrun -n 2"

0 commit comments

Comments
 (0)