X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=d25e9a43c19ab4682e4ab75105c372d3ab35b9df;hb=1a734492d955e61d43eab4407dd65f556e87ca96;hp=bdcba81ddb0d8c98f684c78a47bf928806223563;hpb=0e0aabea07afcdae2008a653bb9a41f340d571fa;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdcba81d..d25e9a43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"