diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5f3daa7..c06ecd0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -75,4 +75,5 @@ jobs: cargo add embassy-time cargo doc - not grep -r "No documented features in Cargo.toml" target/doc + grep -r "No documented features in Cargo.toml" target/doc || exit 0 + false