From 13d865298dd3277f0d0de0d079976ce3d6aab206 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 2 Jun 2023 14:44:23 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a8d608c..3ca0581 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -33,5 +33,5 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: test + run: ./test