Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/chiptool-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
set -o pipefail
cargo xtask itest --skip-setup 2>&1 | tee /tmp/itest-system-rustcrypto.log

# TODO: Enable once mbedtls-rs-sys built removes the installation step
# - name: Run one System integration test with MbedTLS
# run: |
# 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

- name: Run one System integration test with OpenSSL
run: |
Expand Down
Loading