Skip to content

fix: Update seed.random to use updated stdlib #65

fix: Update seed.random to use updated stdlib

fix: Update seed.random to use updated stdlib #65

Workflow file for this run

name: test
on:
push:
branches:
- main
- release
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/[email protected]
- name: "check tags are correct"
uses: giacomocavalieri/tagref_action@v2
with:
unused_tags: "forbid"
- name: setup beam
uses: erlef/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "0.33.0"
rebar3-version: "3"
- name: check formatting
run: gleam format --check src test
- name: dependencies download
run: gleam deps download
- name: erlang target tests
run: gleam test --target=erlang
- name: javascript target tests
run: gleam test --target=javascript