mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
ci: add library tests to workflow
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
parent
7fc5a8fa6d
commit
748d2b561b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -65,6 +65,8 @@ jobs:
|
||||||
run: cargo test --release
|
run: cargo test --release
|
||||||
- name: Run PTP integration tests
|
- name: Run PTP integration tests
|
||||||
run: cargo test ptp_integration_test --release
|
run: cargo test ptp_integration_test --release
|
||||||
|
- name: Run all library tests
|
||||||
|
run: cargo test --lib --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