diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 80a3301..2c5c5be 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -17,10 +17,10 @@ jobs: uses: actions/checkout@v4 - name: Configure CMAKE - run: cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug + run: tests/cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug - name: Run Make - run: cmake --build bin/Debug --clean-first + run: tests/cmake --build bin/Debug --clean-first - name: Run Tests run: GTest_Run --gtest_color=no