diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-dev-distro-compiler.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-dev-distro-compiler.yaml b/.github/workflows/ci-dev-distro-compiler.yaml index 0df87af0..3cf9be74 100644 --- a/.github/workflows/ci-dev-distro-compiler.yaml +++ b/.github/workflows/ci-dev-distro-compiler.yaml @@ -52,9 +52,9 @@ jobs: - name: configure unit CC=${{ matrix.compiler }} run: | if [ "${{ matrix.compiler }}" = "clang" ]; then - ./configure --openssl --otel --zlib --zstd --brotli --cc=clang + ./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang else - ./configure --openssl --otel --zlib --zstd --brotli + ./configure --openssl --otel --zlib --zstd --brotli --tests fi - name: make unit @@ -142,9 +142,9 @@ jobs: - name: configure unit CC=${{ matrix.compiler }} run: | if [ "${{ matrix.compiler }}" = "clang" ]; then - ./configure --openssl --otel --zlib --zstd --brotli --cc=clang + ./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang else - ./configure --openssl --otel --zlib --zstd --brotli + ./configure --openssl --otel --zlib --zstd --brotli --tests fi - name: make unit |
