aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrkutly <mark.sauer.utley@gmail.com>2022-05-24 17:20:44 -0400
committerLouis Pilfold <louis@lpil.uk>2022-06-11 18:39:10 +0100
commitb17b4f401b9ec281c4e0aadcaf29d1c467f8ce48 (patch)
treeb55ed1148c14565360680148aec7df15847dcf4a
parentb5dbffd3a230583117731581d29c87c31608ad58 (diff)
downloadgleam_json-b17b4f401b9ec281c4e0aadcaf29d1c467f8ce48.tar.gz
gleam_json-b17b4f401b9ec281c4e0aadcaf29d1c467f8ce48.zip
run tests with js target in ci
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c9ba508..cd53562 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,4 +17,5 @@ jobs:
elixir-version: "1.13.1"
gleam-version: "0.20.0"
- run: gleam test
+ - run: gleam test --target javascript
- run: gleam format --check src test