File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,7 @@ jobs:
106106
107107      - name : Run standalone examples 
108108        working-directory : ${{env.BUILD_DIR}} 
109-         run : ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}} 
110- 
111-       - name : Run benchmarks 
112-         working-directory : ${{env.BUILD_DIR}} 
113-         run : ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded 
109+         run : ctest -V -R standalone -C ${{env.BUILD_TYPE}} 
114110
115111  gpu-CUDA :
116112    name : Build 
@@ -174,7 +170,3 @@ jobs:
174170    - name : Run standalone examples 
175171      working-directory : ${{env.BUILD_DIR}} 
176172      run : ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}} 
177- 
178-     - name : Run benchmarks 
179-       working-directory : ${{env.BUILD_DIR}} 
180-       run : ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments