Adapt lightning-invoice to no_std
[rust-lightning] / .github / workflows / build.yml
index 20ca306b18dcd7e185a1cc629012a6ce1ec7da4c..5dcbb677e6d8a6d6f88e62b20e7307c862807c0e 100644 (file)
@@ -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: |