Skip to content

Commit

Permalink
Make libcramjam a better libcramjam w/ C API (#119)
Browse files Browse the repository at this point in the history
* Initial impl of capi feature

---------

Co-authored-by: Ben Beasley <[email protected]>
  • Loading branch information
milesgranger and musicinmybrain authored Jan 8, 2024
1 parent a1c0c02 commit 0f48f95
Show file tree
Hide file tree
Showing 18 changed files with 2,708 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Tests
run: cargo test --no-default-features --release
run: cargo test --no-default-features --release --features capi
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 0f48f95

Please sign in to comment.