aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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