ci: include rust tests inside the pre build checks

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2023-02-08 19:48:18 +01:00 committed by Alex Myers
parent 473c631ceb
commit b7ab80963d

View file

@ -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