Skip to content

Commit 75b9108

Browse files
authored
Merge pull request RustPython#2018 from RustPython/coolreader18/common-crate
Move a few non-python specific functions into a 'common' crate, make threading optional
2 parents 19326d8 + 126beb7 commit 75b9108

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+979
-1750
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
with:
3636
command: test
3737
args: --verbose ${{ env.CARGO_ARGS }}
38+
- name: check compilation without threading
39+
uses: actions-rs/cargo@v1
40+
with:
41+
command: check
42+
args: ${{ env.CARGO_ARGS }} --no-default-features
3843

3944
snippets_cpython:
4045
name: Run snippets and cpython tests

0 commit comments

Comments
 (0)