From 74a2f408681d301085dc40c06eb775db8ceca8d4 Mon Sep 17 00:00:00 2001 From: franneck94 Date: Tue, 5 Mar 2024 11:02:37 +0100 Subject: [PATCH] call ctest --- .github/workflows/macos.yml | 3 +-- .github/workflows/ubuntu.yml | 3 +-- .github/workflows/windows.yml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 40ce4ca..60eadfe 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,5 +23,4 @@ jobs: - name: testing run: | cd build - cd tests - ./unit_tests + ctest diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e9ca5ac..ccdf51c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,6 +26,5 @@ jobs: - name: testing run: | cd build - cd tests - ./unit_tests + ctest bash <(curl -s https://codecov.io/bash) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7be18e6..71da8c8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,6 +23,4 @@ jobs: - name: testing run: | cd build - cd tests - cd Debug - .\unit_tests.exe + ctest