File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929name : 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 
5252name : 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  
Original file line number Diff line number Diff 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments