Browse Source

Added tests

Piotr Czajkowski 3 years ago
parent
commit
1228c218f2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/main.yml

+ 4 - 1
.github/workflows/main.yml

@@ -34,6 +34,9 @@ jobs:
         make
         sudo make install
         cd ..
-        
+
     - name: Build
       run: make
+
+    - name: Test
+      run: make test