From 722878047e226838cf4735b8bada7d16984dda4a Mon Sep 17 00:00:00 2001 From: John Rogers Date: Thu, 10 Jul 2025 19:20:15 +0100 Subject: [PATCH] feat: add PTP integration tests to the build workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 069bc09..a3b6d3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,8 @@ jobs: RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu - name: Run tests on native platform run: cargo test --release --bin ntp_timeturner + - name: Run PTP integration tests + run: cargo test ptp_integration_test --release --bin ntp_timeturner - name: Upload artifact uses: actions/upload-artifact@v4