mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
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:
parent
722878047e
commit
7fc5a8fa6d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue