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:
parent
5444d76d83
commit
9edb878ca5
2 changed files with 5 additions and 17 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue