We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0338db commit 3eec46eCopy full SHA for 3eec46e
1 file changed
.github/workflows/make-test-swtpm.yml
@@ -158,6 +158,11 @@ jobs:
158
wolftpm_config: --disable-provisioning --disable-fwtpm
159
needs_swtpm: false
160
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
+
166
# Symmetric encryption
167
- name: symmetric
168
wolftpm_config: "--enable-swtpm --disable-fwtpm"
0 commit comments