Skip to content

Commit 5be89c7

Browse files
committed
[CI] Add tests run step (for seq backend)
1 parent 49854b5 commit 5be89c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ jobs:
5555

5656
- name: Build library sources
5757
working-directory: ${{ env.build_dir }}
58-
run: cmake --build . --target all --verbose -j `nproc`
58+
run: cmake --build . --target all --verbose -j `nproc`
59+
60+
- name: Run unit-tests (sequential backend)
61+
working-directory: ${{ env.build_dir }}
62+
run: bash scripts/tests_run_all.sh
63+
shell: bash

0 commit comments

Comments
 (0)