fix: update test commands to run all tests without binary specification

Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-07-10 19:24:46 +01:00
parent 722878047e
commit 7fc5a8fa6d

View file

@ -62,9 +62,9 @@ jobs:
# Add library path for the cross-compiler's linker # Add library path for the cross-compiler's linker
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
- name: Run PTP integration tests - name: Run PTP integration tests
run: cargo test ptp_integration_test --release --bin ntp_timeturner run: cargo test ptp_integration_test --release
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4