We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11959d commit 1236da8Copy full SHA for 1236da8
1 file changed
.github/workflows/chiptool-tests.yml
@@ -105,10 +105,10 @@ jobs:
105
set -o pipefail
106
cargo xtask itest --skip-setup 2>&1 | tee /tmp/itest-system-rustcrypto.log
107
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
+ - name: Run one System integration test with MbedTLS
+ run: |
+ cargo xtask itest --skip-setup --features mbedtls TestBasicInformation \
+ 2>&1 | tee /tmp/itest-system-mbedtls.log
112
113
- name: Run one System integration test with OpenSSL
114
run: |
0 commit comments