summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0bc4a14c..fdcf1087 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,3 +132,5 @@ jobs:
run: cargo run -p systest
- name: Test openssl
run: cargo test -p openssl
+ - name: Test openssl-errors
+ run: cargo test -p openssl-errors