Skip to content

ci(tests): run tests on PR/Push events #1

ci(tests): run tests on PR/Push events

ci(tests): run tests on PR/Push events #1

name: Run Tests
on:
push:
pull_request:
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run tests
run: make test