Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

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

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

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

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