Skip to content

Commit 78cc472

Browse files
committed
Restore lost openssl build
1 parent e017dbb commit 78cc472

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ jobs:
223223
target/debug/rustpython extra_tests/snippets/sandbox_smoke.py
224224
target/debug/rustpython extra_tests/snippets/stdlib_re.py
225225
226+
- name: Test openssl build # NOTE: not really related to sandbox. but we don't have a better palce to put it
227+
run: cargo build --no-default-features --features ssl-openssl
228+
226229
cargo_check:
227230
name: cargo check
228231
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)