Skip to content

Commit e77ec37

Browse files
author
Igor Shpakov
committed
workflow: run 'make test' in github actions
1 parent 504d0af commit e77ec37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
echo "Artifact name: ${{ env.ARTIFACT_NAME }}"
9494
continue-on-error: true
9595

96+
- name : Run tests
97+
run: |
98+
make test
99+
96100
- name: Compile Code
97101
run: |
98102
make ${{ matrix.targets }}

0 commit comments

Comments
 (0)