Skip to content

feat!: migrate to gleam_time for internal Time and Duration representation #131

feat!: migrate to gleam_time for internal Time and Duration representation

feat!: migrate to gleam_time for internal Time and Duration representation #131

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '27'
gleam-version: '1.14'
rebar3-version: '3'
- run: gleam test
- run: gleam format --check src test