Skip to content

Commit

Permalink
Feature cleanup bestpractice
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Nov 28, 2023
1 parent 923d500 commit 75d127f
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 525 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
command: fmt
args: -- --check

- name: Check for feature leaks
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features

- name: Install zenoh-python
run: pip3 install ./target/wheels/*.whl

Expand Down
Loading

0 comments on commit 75d127f

Please sign in to comment.