Skip to content

Commit

Permalink
ci: test build for both targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Aug 10, 2024
1 parent 676ae30 commit 1df1639
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
# elixir-version: "1.15.4"
- run: gleam deps download
working-directory: sketch
- run: gleam test
- run: gleam test --target=erlang
working-directory: sketch
- run: gleam test --target=javascript
working-directory: sketch
- run: gleam format --check src test
working-directory: sketch
Expand All @@ -37,7 +39,9 @@ jobs:
# elixir-version: "1.15.4"
- run: gleam deps download
working-directory: sketch_css
- run: gleam test
- run: gleam test --target=erlang
working-directory: sketch_css
- run: gleam test --target=javascript
working-directory: sketch_css
- run: gleam format --check src test
working-directory: sketch_css
Expand All @@ -54,7 +58,9 @@ jobs:
# elixir-version: "1.15.4"
- run: gleam deps download
working-directory: sketch_lustre
- run: gleam test
- run: gleam test --target=erlang
working-directory: sketch_lustre
- run: gleam test --target=javascript
working-directory: sketch_lustre
- run: gleam format --check src test
working-directory: sketch_lustre

0 comments on commit 1df1639

Please sign in to comment.