diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49033af..81ba722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: make build - run: make test - run: make test-e2e - #- run: make run-built-image + - run: make run-built-image fmt: name: Rustfmt