Skip to content

Commit 7bcb91e

Browse files
committed
Add openssl build to CI
1 parent 56f3ea8 commit 7bcb91e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ jobs:
147147
- name: check compilation without threading
148148
run: cargo check ${{ env.CARGO_ARGS }}
149149

150+
- name: Test openssl build
151+
run:
152+
cargo build --no-default-features --features ssl-openssl
153+
if: runner.os == 'Linux'
154+
150155
- name: Test example projects
151156
run:
152157
cargo run --manifest-path example_projects/barebone/Cargo.toml

0 commit comments

Comments
 (0)