branch: elpa/gnuplot
commit ce75ac3bd45f544ea4b86e6b31280c5cfea54016
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update CI
---
 .github/workflows/test.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bcfb188b54..2ce0134613 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,8 +29,4 @@ jobs:
     - name: Install Gnuplot
       run: sudo apt update && sudo apt install gnuplot
     - name: Run tests
-      if: matrix.allow_failure != true
       run: 'make && make test'
-    - name: Run tests (allow failure)
-      if: matrix.allow_failure == true
-      run: 'make && make test || true'

Reply via email to