From 4d6b3d93af3bb63711f24f930c2edc60a1b90663 Mon Sep 17 00:00:00 2001 From: SySyAli Date: Mon, 25 Dec 2023 18:08:07 -0500 Subject: [PATCH] Fixing Ubuntu Build test config. --- .github/workflows/build.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dbb0e1..29ad829 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,27 +59,10 @@ jobs: - name: Build run: cmake --build build - - name: List bin directory - run: | - cd bin - ls - ./tests - - - name: List build directory - run: | - cd build - ls - cd debug - ls - - name: Run Tests run: | cd bin - ls - cd tests - ls - ctest - + ./tests linter: runs-on: windows-latest