We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39182dd commit d3cd60aCopy full SHA for d3cd60a
ci/ci.sh
@@ -66,9 +66,8 @@ MBEDTLS_INCLUDE_DIR=$(pwd)/mbedtls/include cargo build --release
66
make -C ci/c-tests run MBED_TLS_PATH=$(pwd)/mbedtls
67
68
# Check that Parsec was called by checking if the service contains the key
69
-# this is done by checking if the mappings folder is empty.
70
-# Maybe use parsec-tool instead?
71
-[ "$(ls -A /tmp/mappings)" ]
+cargo install parsec-tool
+[ "$(RUST_LOG=error parsec-tool list-keys | wc -l)" -ne "0" ]
72
73
# Kill Parsec for clean logs
74
pkill parsec
0 commit comments