Skip to content

Commit 26ccd60

Browse files
committed
add test to gh actions
1 parent 0afaec5 commit 26ccd60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ jobs:
2525
- name: make
2626
working-directory: ${{github.workspace}}/build
2727
run: make
28+
29+
- name: Test task 01
30+
working-directory: ${{github.workspace}}/build
31+
run: ./task_01/task_01_tests

0 commit comments

Comments
 (0)