Skip to content

Commit e0600e6

Browse files
committed
Enable MbedTLS in the integration tests
1 parent b11959d commit e0600e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/chiptool-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
set -o pipefail
106106
cargo xtask itest --skip-setup 2>&1 | tee /tmp/itest-system-rustcrypto.log
107107
108-
# TODO: Enable once mbedtls-rs-sys built removes the installation step
109-
# - name: Run one System integration test with MbedTLS
110-
# run: |
111-
# cargo xtask itest --features mbedtls TestBasicInformation
108+
- name: Run one System integration test with MbedTLS
109+
run: |
110+
cargo xtask itest --skip-setup --features mbedtls TestBasicInformation \
111+
2>&1 | tee /tmp/itest-system-mbedtls.log
112112
113113
- name: Run one System integration test with OpenSSL
114114
run: |

0 commit comments

Comments
 (0)