diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cea9c81..90cb036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "16.0.0" - - run: gleam test - - run: npm test - # - run: gleam format --check src test + - run: gleam test --target erlang + - run: gleam test --target javascript + - run: gleam format --check src test |