diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7c694..d32e0f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: npm ci - name: elm make - run: npx --no-install elm make src/Main.elm --output=/dev/null + run: npx --no-install elm make src/**/*.elm --output=/dev/null - name: elm-test run: npm test