mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
ci: separate test workflow for parallel execution
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
parent
748d2b561b
commit
2e5b601340
2 changed files with 40 additions and 7 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -61,13 +61,6 @@ jobs:
|
|||
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS: 1
|
||||
# Add library path for the cross-compiler's linker
|
||||
RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu
|
||||
- name: Run tests on native platform
|
||||
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
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue