Skip to content

add tests for all the examples #76

add tests for all the examples

add tests for all the examples #76

Workflow file for this run

name: CI
on:
push:
branches:
- main
- release
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "0.33"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test --target=erlang
- run: gleam test --target=javascript