Skip to content

test: add test for #41 and #42 #141

test: add test for #41 and #42

test: add test for #41 and #42 #141

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
build-and-unit-test:
name: Test unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run unit tests
shell: bash
run: ./tests/run_unit_tests.sh