Test openssl-errors on windows
This commit is contained in:
parent
1a9c25b9f9
commit
16a0e6f674
|
|
@ -132,3 +132,5 @@ jobs:
|
||||||
run: cargo run -p systest
|
run: cargo run -p systest
|
||||||
- name: Test openssl
|
- name: Test openssl
|
||||||
run: cargo test -p openssl
|
run: cargo test -p openssl
|
||||||
|
- name: Test openssl-errors
|
||||||
|
run: cargo test -p openssl-errors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue