build ci: run make test
This commit is contained in:
parent
bcce96ba4d
commit
f0a13e2add
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -41,6 +41,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
CC=gcc-8 make
|
CC=gcc-8 make
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
id: make_test
|
||||||
|
run: |
|
||||||
|
CC=gcc-8 make tests
|
||||||
|
make test
|
||||||
|
|
||||||
ubuntu-latest-cmake:
|
ubuntu-latest-cmake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -157,6 +163,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
id: make_test
|
||||||
|
run: |
|
||||||
|
CC=gcc-8 make tests
|
||||||
|
make test
|
||||||
|
|
||||||
macOS-latest-cmake:
|
macOS-latest-cmake:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue