Skip to content

fix #169

fix #169 #197

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests
run: make CI=1 ci