Skip to content

ci: dependencies & make test command run for all branches #42

ci: dependencies & make test command run for all branches

ci: dependencies & make test command run for all branches #42

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install additional dependencies
run: ./install_dependencies.sh
- name: Run Tests
run: make test