mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
Fix CI: skip integration tests gracefully when tools unavailable
Integration tests now skip instead of panicking when Docker or cargo-zigbuild aren't available. Also removed redundant make test-e2e step from CI since make test already includes e2e tests. https://claude.ai/code/session_01EcsZDNeWn56wFqryb4Wq7r
This commit is contained in:
parent
7a7ef3fd44
commit
eea19c3dcb
2 changed files with 39 additions and 12 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -54,7 +54,6 @@ jobs:
|
|||
- run: make lint
|
||||
- run: make build
|
||||
- run: make test
|
||||
- run: make test-e2e
|
||||
|
||||
# Only run cross-compilation integration test on x86_64 runners
|
||||
- name: Run integration test (cross-compilation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue