diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 369160e97f..08768c83a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,8 @@ jobs: run: ./ci/codestyle.sh - name: Build run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar . + - name: Unit tests + run: cargo test - name: Upload binary uses: actions/upload-artifact@v4 with: @@ -259,6 +261,8 @@ jobs: run: ./ci/installdeps.sh - name: Build run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar . + - name: Unit tests + run: cargo test - name: Upload binary uses: actions/upload-artifact@v4 with: