diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d259f9f8..aaeaa9d2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,3 +25,7 @@ jobs: - name: make working-directory: ${{github.workspace}}/build run: make + + - name: Test task 01 + working-directory: ${{github.workspace}}/build + run: ./task_01/task_01_tests \ No newline at end of file