We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9f33 commit ce75ac3Copy full SHA for ce75ac3
.github/workflows/test.yml
@@ -29,8 +29,4 @@ jobs:
29
- name: Install Gnuplot
30
run: sudo apt update && sudo apt install gnuplot
31
- name: Run tests
32
- if: matrix.allow_failure != true
33
run: 'make && make test'
34
- - name: Run tests (allow failure)
35
- if: matrix.allow_failure == true
36
- run: 'make && make test || true'
0 commit comments