mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
Include run-built-image step for Ubuntu
Add step to run built image for Ubuntu in CI workflow
This commit is contained in:
parent
ce4fb911a7
commit
c69d6e13f7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -57,7 +57,10 @@ jobs:
|
|||
- run: make verify-cross-compile
|
||||
- run: make build
|
||||
- run: make test
|
||||
|
||||
- run: make run-built-image
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue