Skip to content

remove old tests

remove old tests #8

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Run tests
strategy:
matrix:
otp: ['25.1.2.1']
elixir: ['1.14']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test