Skip to content

Commit a4131f4

Browse files
gowthamsk-armtgonzalezorlandoarm
authored andcommitted
ci: Update CI script to run the tests
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent 5d0722e commit a4131f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ if [ "$TEST" == "True" ]; then
9797
fi
9898

9999
echo "Parsec OpenSSL Provider loaded successfully!!!!"
100+
101+
# The parsec-openssl-provider-shared-test/src/lib.rs contains some unit tests from the generated
102+
# test bindings from bindgen. So run only the integration tests in the test crate.
103+
pushd parsec-openssl-provider-shared-test/
104+
cargo test --test '*'
105+
popd
100106
fi
101107

102108
if [ "$STATIC_CHECKS" == "True" ]; then

0 commit comments

Comments
 (0)