Merge pull request #1347 from jkczyz/2022-03-log-approximation
[rust-lightning] / .github / workflows / build.yml
index bdcba81ddb0d8c98f684c78a47bf928806223563..d25e9a43c19ab4682e4ab75105c372d3ab35b9df 100644 (file)
@@ -122,6 +122,10 @@ jobs:
           cargo test --verbose --color always --no-default-features --features no-std
           # check if there is a conflict between no-std and the default std feature
           cargo test --verbose --color always --features no-std
+          # check no-std compatibility across dependencies
+          cd ..
+          cd no-std-check
+          cargo check --verbose --color always
           cd ..
       - name: Test on no-std builds Rust ${{ matrix.toolchain }} and full code-linking for coverage generation
         if: "matrix.build-no-std && matrix.coverage"