Skip to content

Regenerate

Regenerate #83

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gen-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Init git submodules
run: make init-submodule
- name: Run unit tests
run: make test-ci