diff options
author | Steven Fackler <sfackler@gmail.com> | 2020-08-15 15:18:03 -0400 |
---|---|---|
committer | Steven Fackler <sfackler@gmail.com> | 2020-08-15 15:18:32 -0400 |
commit | 16a0e6f674b529114486d18df42c1b94907ebd3a (patch) | |
tree | e0be757c30e4df2ecfcbc2379faca3ac9a8ff895 /.github/workflows | |
parent | 1a9c25b9f9f841aee7dd6abc6eee80c963e63352 (diff) | |
download | rust-openssl-16a0e6f674b529114486d18df42c1b94907ebd3a.zip |
Test openssl-errors on windows
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |