Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 7a83a19

Browse files
committed
ci: Enable building of the C tests on Fedora Rawhide/Alpine Edge
Signed-off-by: Andrew Clayton <[email protected]>
1 parent 041154a commit 7a83a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-dev-distro-compiler.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- name: configure unit CC=${{ matrix.compiler }}
5353
run: |
5454
if [ "${{ matrix.compiler }}" = "clang" ]; then
55-
./configure --openssl --otel --zlib --zstd --brotli --cc=clang
55+
./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang
5656
else
57-
./configure --openssl --otel --zlib --zstd --brotli
57+
./configure --openssl --otel --zlib --zstd --brotli --tests
5858
fi
5959
6060
- name: make unit
@@ -142,9 +142,9 @@ jobs:
142142
- name: configure unit CC=${{ matrix.compiler }}
143143
run: |
144144
if [ "${{ matrix.compiler }}" = "clang" ]; then
145-
./configure --openssl --otel --zlib --zstd --brotli --cc=clang
145+
./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang
146146
else
147-
./configure --openssl --otel --zlib --zstd --brotli
147+
./configure --openssl --otel --zlib --zstd --brotli --tests
148148
fi
149149
150150
- name: make unit

0 commit comments

Comments
 (0)