Allow running tests when static library is disabled

We then only run a subset of the tests, but still better than failing to
build.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2023-08-09 13:34:18 +02:00
parent f13ea6e556
commit 9eba8e8738
3 changed files with 16 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ jobs:
- { configure: '--disable-tls' }
- { configure: '--enable-cares' }
- { configure: '--disable-getrandom' }
- { configure: '--disable-static' }
name: Regular Tests
steps:
- uses: actions/checkout@v2