Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.dict/cpython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cmpop
denom
DICTFLAG
dictoffset
distpoint
elts
excepthandler
fileutils
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ jobs:
- name: check compilation without threading
run: cargo check ${{ env.CARGO_ARGS }}

- name: Test openssl build
run:
cargo build --no-default-features --features ssl-openssl
if: runner.os == 'Linux'

- name: Test example projects
run:
cargo run --manifest-path example_projects/barebone/Cargo.toml
Expand Down
Loading
Loading