Skip to content

Commit 944bb0b

Browse files
committed
add tests to gh actions
1 parent 26ccd60 commit 944bb0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ jobs:
2828

2929
- name: Test task 01
3030
working-directory: ${{github.workspace}}/build
31-
run: ./task_01/task_01_tests
31+
run: ./task_01/task_01_tests
32+
33+
- name: Test task 02
34+
working-directory: ${{github.workspace}}/build
35+
run: ./task_01/task_02_tests

0 commit comments

Comments
 (0)