diff options
author | mrkutly <mark.sauer.utley@gmail.com> | 2022-05-24 17:20:44 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-06-11 18:39:10 +0100 |
commit | b17b4f401b9ec281c4e0aadcaf29d1c467f8ce48 (patch) | |
tree | b55ed1148c14565360680148aec7df15847dcf4a | |
parent | b5dbffd3a230583117731581d29c87c31608ad58 (diff) | |
download | gleam_json-b17b4f401b9ec281c4e0aadcaf29d1c467f8ce48.tar.gz gleam_json-b17b4f401b9ec281c4e0aadcaf29d1c467f8ce48.zip |
run tests with js target in ci
-rw-r--r-- | .github/workflows/test.yml | 1 |
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 |