Skip to content

Set 'spawn mode' dependency to 0.0.1 #8

Set 'spawn mode' dependency to 0.0.1

Set 'spawn mode' dependency to 0.0.1 #8

Workflow file for this run

name: Build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
# Run the workflow every month.
schedule:
- cron: '0 0 1 * *'
jobs:
build:
strategy:
matrix:
erlang: [25, 26, 27]
runs-on: ubuntu-latest
container:
image: erlang:${{ matrix.erlang }}
steps:
- name: Get the source code
uses: actions/checkout@v4
- name: Build the library
run: make
- name: Run the regression tests
run: make eunit