From b7ab80963d9109f35acc1a440d08d5c6a53f024a Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 8 Feb 2023 19:48:18 +0100 Subject: [PATCH] ci: include rust tests inside the pre build checks Signed-off-by: Vincenzo Palazzo --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa75307a2..3e9c16484 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -153,6 +153,8 @@ jobs: # Rename now so we don't clash mv testpack.tar.bz2 cln-${CFG}.tar.bz2 + - name: Check rust packages + run: cargo test --all - uses: actions/upload-artifact@v2.2.4 with: name: cln-${{ matrix.CFG }}.tar.bz2