diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 308c5b6..06179c6 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,14 +13,11 @@ jobs: 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