Skip to content

Commit

Permalink
ci corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 28, 2023
1 parent d818592 commit 39c8475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: -p zenohd

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

- name: build and install
shell: bash
Expand Down

0 comments on commit 39c8475

Please sign in to comment.