Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 17, 2024
1 parent f129be5 commit 0d42a3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
with:
version: "latest"
- run: gleam deps download
- run: gleam test
- name: Run JavaScript tests
run: gleam test --target javascript
- name: Run Erlang tests
run: gleam test --target erlang
- run: gleam format --check src test

0 comments on commit 0d42a3b

Please sign in to comment.