Skip to content

Commit

Permalink
Update linux-ci.yml to make unit tests optional due to flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine authored Jan 18, 2024
1 parent a28fe35 commit 15abe54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
autoreconf -vi
./configure --with-tcl=/usr/lib/tcl8.6
- name: make
run: |
make
make test
run: make
- name: check unit tests
continue-on-error: true
run: make test
- name: install
run: sudo make install

0 comments on commit 15abe54

Please sign in to comment.