From 3f739adeceaf54d0483afaece8a18c92527228ec Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 12 Apr 2024 22:38:12 +0200 Subject: [PATCH] Remove leftover from PSIL --- .github/workflows/unit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 8dcf73d18..18a9a1665 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -40,6 +40,3 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: cd ${{github.workspace}}/build && ctest --test-dir ${{github.workspace}}/build --verbose --parallel $(nproc) -C ${{env.BUILD_TYPE}} - - - name: CLI tests - run: PSIL="../build/src/psil" ${{github.workspace}}/clitests/testall.sh