Skip to content

Rename funbox_timer to funbox_utimer #8

Rename funbox_timer to funbox_utimer

Rename funbox_timer to funbox_utimer #8

Workflow file for this run

---
name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
otp-version: ['24', '25', '26']
container: erlang:${{ matrix.otp-version }}-alpine
services:
redis:
image: redis:7.2-alpine
steps:
- uses: actions/checkout@v2
- run: rebar3 xref
- run: rebar3 dialyzer
- run: rebar3 test