ci: add library tests to workflow

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

View file

@ -65,6 +65,8 @@ jobs:
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