File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ name: ci_linux
33on :
44 push :
55 paths :
6+ - " **.build"
7+ - " **.txt"
68 - " **.f90"
79 - " .github/workflows/ci_linux.yml"
810 pull_request :
911 paths :
12+ - " **.build"
13+ - " **.txt"
1014 - " **.f90"
1115 - " .github/workflows/ci_linux.yml"
1216
Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ name: ci_mac
33on :
44 push :
55 paths :
6+ - " **.build"
7+ - " **.txt"
68 - " **.f90"
79 - " .github/workflows/ci_mac.yml"
810 pull_request :
911 paths :
12+ - " **.build"
13+ - " **.txt"
1014 - " **.f90"
1115 - " .github/workflows/ci_mac.yml"
1216
Original file line number Diff line number Diff line change @@ -16,9 +16,4 @@ include(cmake/hdf5.cmake)
1616
1717add_subdirectory (src)
1818
19- # skip tests if used as ExternalProject
20- if (NOT CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR )
21- return ()
22- endif ()
23-
2419add_subdirectory (src/tests)
You can’t perform that action at this time.
0 commit comments