Skip to content

add hibernate_after as an envy_gen option #30

add hibernate_after as an envy_gen option

add hibernate_after as an envy_gen option #30

Workflow file for this run

---
on:
push:
branches:
- main
- develop
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
strategy:
matrix:
otp: [25, 26]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
- run: make all dialyze tests