Skip to content

Commit ce75ac3

Browse files
committed
Update CI
1 parent edb9f33 commit ce75ac3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ jobs:
2929
- name: Install Gnuplot
3030
run: sudo apt update && sudo apt install gnuplot
3131
- name: Run tests
32-
if: matrix.allow_failure != true
3332
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

Comments
 (0)