Skip to content

Commit b769578

Browse files
committed
Test on Erlang and JS
1 parent b119549 commit b769578

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
otp-version: "26.0.2"
1818
gleam-version: "1.0.0"
1919
rebar3-version: "3"
20-
# elixir-version: "1.15.4"
2120
- run: gleam deps download
22-
- run: gleam test
21+
- run: gleam test --target erlang
22+
- run: gleam test --target javascript
2323
- run: gleam format --check src test
24-

0 commit comments

Comments
 (0)