Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
herrera-diego authored Oct 1, 2021
1 parent 7bdd1fd commit d0c07bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0c07bf

Please sign in to comment.