File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ jobs:
179179    - name : ouroboros-network [build] 
180180      run : cabal --builddir="$CABAL_BUILDDIR" build ouroboros-network 
181181
182+     - name : ouroboros-consensus [build] 
183+       run : cabal --builddir="$CABAL_BUILDDIR" build ouroboros-consensus 
184+ 
182185    # 
183186    #  Test network packages
184187    # 
@@ -209,6 +212,9 @@ jobs:
209212    - name : ouroboros-network [test] 
210213      run : cabal --builddir="$CABAL_BUILDDIR" run ouroboros-network:test 
211214
215+     - name : ouroboros-consensus [test] 
216+       run : cabal --builddir="$CABAL_BUILDDIR" run ouroboros-consensus:test 
217+ 
212218    #  TODO: we need to install the cddl tool
213219    #  - name: ouroboros-network [cddl]
214220    #    run: cabal --builddir="$CABAL_BUILDDIR" run test-cddl
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments