feat: add PTP integration tests to the build workflow

This commit is contained in:
Chaos Rogers 2025-07-10 19:20:15 +01:00
parent 0690b9d766
commit 722878047e

View file

@ -63,6 +63,8 @@ jobs:
RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu
- name: Run tests on native platform - name: Run tests on native platform
run: cargo test --release --bin ntp_timeturner 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 - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4