aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-11-26 18:01:11 +0000
committerLouis Pilfold <louis@lpil.uk>2021-11-26 18:01:11 +0000
commit5ea5692c88000193acea59cabea3ea3e76e5b065 (patch)
tree5763fa249e7f19f0f1c6bf275010a4ca6356a474 /.github
parent60c15c25bd7fc4a762ff2eba0dbc973f8b44b613 (diff)
downloadgleam_stdlib-5ea5692c88000193acea59cabea3ea3e76e5b065.tar.gz
gleam_stdlib-5ea5692c88000193acea59cabea3ea3e76e5b065.zip
Update CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 96f6a2d..e1be514 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
node-version: "16.0.0"
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: "0.17.0"
- - run: rebar3 eunit
+ gleam-version: "0.18.0-rc1"
+ - run: gleam test
- run: npm test
- run: gleam format --check src test