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

small updates

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-10-15 14:59:48 -04:00
parent bcdf3896e3
commit ce4fb911a7
3 changed files with 14 additions and 27 deletions

View file

@ -57,12 +57,7 @@ jobs:
- run: make verify-cross-compile
- 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)
if: matrix.os == 'ubuntu-latest'
run: make run-built-image
- run: make run-built-image
fmt:
name: Rustfmt
runs-on: ubuntu-latest