Skip to content

Commit

Permalink
ci: Remove --feature dart
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Sep 28, 2023
1 parent 1243437 commit a6250aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
run: sudo apt-get install libfuse-dev

- name: "Run clippy"
run: |
cargo clippy --all-targets --no-deps -- -Dwarnings
cargo clippy --package ouisync-ffi --features dart --no-deps -- -Dwarnings
run: cargo clippy --all-targets --no-deps -- -Dwarnings

- name: "Run unit tests"
run: cargo test --lib
Expand Down

0 comments on commit a6250aa

Please sign in to comment.