diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 262d71e..33a9eb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,6 +65,8 @@ jobs: run: cargo test --release - name: Run PTP integration tests run: cargo test ptp_integration_test --release + - name: Run all library tests + run: cargo test --lib --release - name: Upload artifact uses: actions/upload-artifact@v4