Skip to content

Commit

Permalink
CI: some improvements (naming + unit test)
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Oct 8, 2024
1 parent 401a024 commit 228b6ee
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Vadim A. Misbakh-Soloviov <[email protected]>
# Mike Laughton <[email protected]>

name: config make
name: Check that project builds and tests are passing

on:
push:
Expand Down Expand Up @@ -86,6 +86,9 @@ jobs:
- name: Build
working-directory: build
run: cmake --build . --verbose
- name: Run Unit Test
working-directory: build/test
run: ./test_unit
- name: Run Simple Test
working-directory: build/test
run: ./test_simple
Expand All @@ -110,6 +113,9 @@ jobs:
- name: Build
working-directory: build
run: cmake --build . --verbose
- name: Run Unit Test
working-directory: build/test
run: ./test_unit
- name: Run Simple Test
working-directory: build/test
run: ./test_simple

0 comments on commit 228b6ee

Please sign in to comment.