name: unit test ci on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 with: fetch-depth: 1 submodules: recursive - name: Build tests working-directory: ./unit_tests/ run: make