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 5d0722e commit a4131f4Copy full SHA for a4131f4
ci.sh
@@ -97,6 +97,12 @@ if [ "$TEST" == "True" ]; then
97
fi
98
99
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
106
107
108
if [ "$STATIC_CHECKS" == "True" ]; then
0 commit comments