build ci: run make test

This commit is contained in:
Alon Faraj 2023-08-29 16:04:10 +03:00
parent bcce96ba4d
commit f0a13e2add

View file

@ -41,6 +41,12 @@ jobs:
run: |
CC=gcc-8 make
- name: Test
id: make_test
run: |
CC=gcc-8 make tests
make test
ubuntu-latest-cmake:
runs-on: ubuntu-latest
@ -157,6 +163,12 @@ jobs:
run: |
make
- name: Test
id: make_test
run: |
CC=gcc-8 make tests
make test
macOS-latest-cmake:
runs-on: macos-latest