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 3ca09ca commit 96a43d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
runs-on: ubuntu-latest

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
run: ./bin/unittest

0 comments on commit 96a43d3

Please sign in to comment.