From 3ca09ca929d7894a12efdbeab2661bd1c6d6ac2c Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Fri, 1 Oct 2021 16:11:03 -0600 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 06179c6..b6cb562 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,9 +15,9 @@ jobs: - name: Checkout repo - 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