Do not disable build-static tests, just ignore the result

This commit is contained in:
Riccardo Schirone 2020-09-02 10:17:48 +02:00 committed by Riccardo Schirone
parent 56510ad82f
commit 709fcab0e6

View File

@ -281,6 +281,8 @@ jobs:
build-static:
name: Build static
# FIXME: ignore error until all tests properly pass
continue-on-error: true
if: contains(github.head_ref, 'static') || contains(github.ref, 'release-') || github.event_name == 'schedule'
runs-on: ubuntu-20.04
steps:
@ -298,9 +300,8 @@ jobs:
run: |
r2 -v
r2r -v
# NOTE: disabled until all tests properly pass
# cd test
# make
cd test
make
create-tarball:
name: Create source tarball