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 b86c243 commit 2facefdCopy full SHA for 2facefd
test/main.f90
@@ -29,7 +29,7 @@ program main
29
call test_result_test%report(passes, tests)
30
call string_test%report(passes, tests)
31
32
- if (.not. GitHub_CI()) call command_line_test%report(passes, tests)
+ call command_line_test%report(passes, tests)
33
34
if (this_image()==1) print *, new_line('a'), "_________ In total, ",passes," of ",tests, " tests pass. _________"
35
0 commit comments