Skip to content

Commit 3eec46e

Browse files
committed
Add compile-only CI matrix entry for swtpm UART transport
1 parent c0338db commit 3eec46e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/make-test-swtpm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ jobs:
158158
wolftpm_config: --disable-provisioning --disable-fwtpm
159159
needs_swtpm: false
160160

161+
# SWTPM UART transport (compile-only; no UART peer in CI)
162+
- name: swtpm-uart
163+
wolftpm_config: --enable-swtpm=uart --disable-fwtpm
164+
needs_swtpm: false
165+
161166
# Symmetric encryption
162167
- name: symmetric
163168
wolftpm_config: "--enable-swtpm --disable-fwtpm"

0 commit comments

Comments
 (0)