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

steps:

- name: Checkout Repo
- uses: actions/checkout@v2

- name: Build
run: make all
run: |
cd code
make all
- name: Build tests
run: make tests
- name: Execute tests
Expand Down

0 comments on commit 83c8597

Please sign in to comment.