diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a81134e..e46c921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,10 @@ jobs: - run: make build - run: make test - run: make test-e2e - - run: make run-built-image + # 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 fmt: name: Rustfmt