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 d0c07bf commit 3ca09ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ca09ca

Please sign in to comment.