From d0c07bf5b8fec814bc9d886b7bf055e3f753a059 Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Fri, 1 Oct 2021 16:09:06 -0600 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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