diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e964086..c4c33820 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -183,7 +183,7 @@ jobs: --manifest-path=systest/Cargo.toml \ <<# parameters.vendored >> --features vendored <> - run: | - cargo run \ + cargo test \ --manifest-path=openssl-errors/Cargo.toml \ <<# parameters.vendored >> --features openssl-sys/vendored <> - run: |