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:
parent
bcdf3896e3
commit
ce4fb911a7
3 changed files with 14 additions and 27 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue