Explorar o código

(#4) also build vodus.release

rexim %!s(int64=5) %!d(string=hai) anos
pai
achega
c7f895a67f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -23,7 +23,7 @@ jobs:
           cd ..
       - name: build vodus
         run: |
-          make -B vodus.debug
+          make -B vodus.release vodus.debug
 
   build-linux-gcc:
     runs-on: ubuntu-18.04