From 26ccd6034dfaf858028412f931eee181138f6ab3 Mon Sep 17 00:00:00 2001 From: Ivan Khokhlov Date: Sat, 24 Feb 2024 10:47:10 +0000 Subject: [PATCH] add test to gh actions --- .github/workflows/tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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