mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
feat: add PTP integration tests to the build workflow
This commit is contained in:
parent
0690b9d766
commit
722878047e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue