diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7e4567..b6f9deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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