diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index b6cb562..8f3ceed 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,12 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repo - - uses: actions/checkout@v2 + + - uses: actions/checkout@v2 + - name: Build - - run: make all + run: make all - name: Build tests - - run: make tests + run: make tests - name: Execute tests - - run: ./bin/unittest + run: ./bin/unittest