Skip to content

Commit

Permalink
Merge commit '780ec606ba4000a17b2da0e2b0b668e11d37c65e'
Browse files Browse the repository at this point in the history
Conflicts:
	commons/zenoh-codec/src/core/shm.rs
  • Loading branch information
yellowhatter committed Dec 15, 2023
2 parents b78336b + 780ec60 commit d521c05
Show file tree
Hide file tree
Showing 184 changed files with 8,295 additions and 4,259 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

- name: Clippy unstable
- name: Clippy unstable and stats
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --features unstable -- -D warnings
args: --all-targets --features unstable --features stats -- -D warnings
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

Expand Down Expand Up @@ -112,6 +112,13 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
ASYNC_STD_THREAD_COUNT: 4

- name: Check for feature leaks
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions-rs/cargo@v1
with:
command: nextest
args: run -p zenohd --no-default-features

- name: Run doctests
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit d521c05

Please sign in to comment.