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

Merge pull request #6 from sholtrop/revert-5-master #12

Merge pull request #6 from sholtrop/revert-5-master

Merge pull request #6 from sholtrop/revert-5-master #12

Workflow file for this run

name: Run unit/integration tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup and tests
working-directory: ./tests
run: make
- name: Run tests
working-directory: ./tests
run: ./run_all.sh