Skip to content

Commit

Permalink
workflow: run 'make test' in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Shpakov committed Dec 16, 2020
1 parent 504d0af commit e77ec37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
echo "Artifact name: ${{ env.ARTIFACT_NAME }}"
continue-on-error: true

- name : Run tests
run: |
make test
- name: Compile Code
run: |
make ${{ matrix.targets }}
Expand Down

0 comments on commit e77ec37

Please sign in to comment.