X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=5dcbb677e6d8a6d6f88e62b20e7307c862807c0e;hb=01915810d42506addbaef244b0cbb31e8b3856b5;hp=20ca306b18dcd7e185a1cc629012a6ce1ec7da4c;hpb=565559005ec241d8f4f45a373652eb4ee4e13b9c;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20ca306b..5dcbb677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,6 +115,11 @@ jobs: # check if there is a conflict between no-std and the default std feature cargo test --verbose --color always --features no-std cd .. + cd lightning-invoice + 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 + cd .. - name: Test on no-std builds Rust ${{ matrix.toolchain }} and full code-linking for coverage generation if: "matrix.build-no-std && matrix.coverage" run: |