File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818      image : ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0 
1919      env :
2020        CMAKE_FLAGS : " ${{ matrix.build-type }} ${{ matrix.libyaml-flag }}" 
21+         EXCLUDE_TESTS : " test_mpp_nesting" 
2122    steps :
2223    - name : Checkout code 
23242930name : Build the library 
3031      run : make -C build 
3132    - name : Run the unit tests 
32-       run : cd build && ctest -E test_mpp_nesting  --output-on-failure 
33+       run : cd build && ctest -E "${EXCLUDE_TESTS}"  --output-on-failure 
3334
3435  build_arm :
3536    runs-on : ubuntu-24.04-arm 
4142      image : ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0-arm 
4243      env :
4344        CMAKE_FLAGS : " ${{ matrix.build-type }} ${{ matrix.libyaml-flag }}" 
45+         EXCLUDE_TESTS : ${{ matrix.build-type == '-DCMAKE_BUILD_TYPE=Release' && 'test_mpp_nesting|test_sat_vapor_pres' || 'test_mpp_nesting' }} 
4446    steps :
4547    - name : Checkout code 
46485254name : Build the library 
5355      run : make -C build 
5456    - name : Run the unit tests 
55-       run : cd build && ctest -E test_mpp_nesting  --output-on-failure 
57+       run : cd build && ctest -E "${EXCLUDE_TESTS}"  --output-on-failure 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments