There was an error while loading. Please reload this page.
1 parent e017dbb commit 78cc472Copy full SHA for 78cc472
1 file changed
.github/workflows/ci.yaml
@@ -223,6 +223,9 @@ jobs:
223
target/debug/rustpython extra_tests/snippets/sandbox_smoke.py
224
target/debug/rustpython extra_tests/snippets/stdlib_re.py
225
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
+
229
cargo_check:
230
name: cargo check
231
runs-on: ${{ matrix.os }}
0 commit comments