1
0
forked from ROMEO/nexosim

Update CI

This commit is contained in:
Ben-PH 2025-01-22 15:11:42 +01:00
parent 3530cc3405
commit 5a1d2e7341

View File

@ -169,7 +169,10 @@ jobs:
run: cargo fmt --all -- --check
- name: Run cargo clippy
run: cargo clippy --all-features
run: |
cargo clippy --tests --all-features
# See PR#75: https://github.com/asynchronics/nexosim/pull/75
cargo clippy --examples --all-features -- -A clippy::new_without_default -A clippy::manual_async_fn
docs:
name: Docs