Release new version 2.13.0
[grml-scripts.git] / .github / workflows / tests.yml
index 9137f2f..c988196 100644 (file)
@@ -15,6 +15,9 @@ jobs:
     - name: Checkout source
       uses: actions/checkout@v2
 
+    - name: Update APT cache
+      run: sudo apt-get update
+
     - name: Install lintian
       run: sudo apt-get -y install lintian
 
@@ -53,4 +56,4 @@ jobs:
       run: black --version
 
     - name: Codecheck execution
-      run: make codecheck
+      run: make --keep-going codecheck