commit fee9e900b1e14535ca11891315c5d1f7f6bc148f
parent 0482399f92e572559480f8df9a72150700934bd1
Author: finwo <finwo@pm.me>
Date: Tue, 24 Oct 2023 00:57:53 +0200
Add make check to ci
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml
@@ -31,9 +31,11 @@ jobs:
run: dep install
shell: bash
- - name: Build
- run: make CC=${{ matrix.cc }} BIN=${{ matrix.bin }}
+ - name: Build & check
shell: bash
+ run: |
+ make CC=${{ matrix.cc }} BIN=${{ matrix.bin }}
+ make check
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
@@ -84,7 +86,7 @@ jobs:
- if: ${{ matrix.arch != 'none' }}
uses: uraimo/run-on-arch-action@v2
- name: Build
+ name: Build & check
id: runcmd
with:
arch: ${{ matrix.arch }}
@@ -97,6 +99,7 @@ jobs:
run: |
make CC=${{ matrix.cc }} BIN=${{ matrix.bin }}
+ make check
- if: ${{ matrix.arch == 'none' }}
name: Build