1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +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:
Jason Hall 2025-10-15 15:06:32 -04:00 committed by GitHub
parent ce4fb911a7
commit c69d6e13f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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