1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

ci: make builds and tests always verbose for better debugging

- Update Makefile to use --verbose flag by default for build and test targets
- Simplify CI workflow to use standard make targets instead of verbose variants
- Improve debugging visibility in CI by showing detailed cargo output

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-06-08 20:06:14 -04:00
parent 5444d76d83
commit 9edb878ca5
Failed to extract signature
2 changed files with 5 additions and 17 deletions

View file

@ -44,9 +44,9 @@ jobs:
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- run: make verify-cross-compile
- run: make build-verbose
- run: make test-verbose
- run: make test-e2e-verbose
- run: make build
- run: make test
- run: make test-e2e
- run: make run-built-image
fmt: