Skip to content

Commit 2facefd

Browse files
committed
Tests: Test commandline on github actions
I think this should work now, since I handled building the example file more carefully.
1 parent b86c243 commit 2facefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ program main
2929
call test_result_test%report(passes, tests)
3030
call string_test%report(passes, tests)
3131

32-
if (.not. GitHub_CI()) call command_line_test%report(passes, tests)
32+
call command_line_test%report(passes, tests)
3333

3434
if (this_image()==1) print *, new_line('a'), "_________ In total, ",passes," of ",tests, " tests pass. _________"
3535

0 commit comments

Comments
 (0)