Skip to content

Commit e65bb82

Browse files
rem1776rem1776
authored andcommitted
add missing test src and change ctest args in workflow
1 parent 5630618 commit e65bb82

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/github_cmake_gnu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build the library
3030
run: make -C build
3131
- name: Run the unit tests
32-
run: cd build && ctest --verbose
32+
run: cd build && ctest -E test_mpp_nesting --output-on-failure
3333

3434
build_arm:
3535
runs-on: ubuntu-24.04-arm
@@ -52,4 +52,4 @@ jobs:
5252
- name: Build the library
5353
run: make -C build
5454
- name: Run the unit tests
55-
run: cd build && ctest --verbose
55+
run: cd build && ctest -E test_mpp_nesting --output-on-failure

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ list(APPEND TEST_SRC_SINGLE_TARGET
699699
test_fms/fms2_io/test_domain_io.F90
700700
test_fms/fms2_io/test_collective_io.F90
701701
test_fms/fms2_io/test_generalized_indices.F90
702+
test_fms/fms2_io/test_parallel_writes.F90
702703
test_fms/fms/test_fms.F90
703704
test_fms/interpolator/test_interpolator.F90
704705
test_fms/mpp/test_clock_init.F90

0 commit comments

Comments
 (0)