summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-08-15 15:18:03 -0400
committerSteven Fackler <sfackler@gmail.com>2020-08-15 15:18:32 -0400
commit16a0e6f674b529114486d18df42c1b94907ebd3a (patch)
treee0be757c30e4df2ecfcbc2379faca3ac9a8ff895 /.github/workflows/ci.yml
parent1a9c25b9f9f841aee7dd6abc6eee80c963e63352 (diff)
downloadrust-openssl-16a0e6f674b529114486d18df42c1b94907ebd3a.zip
Test openssl-errors on windows
Diffstat (limited to '.github/workflows/ci.yml')
-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