From af580df911cbb5ccf7d19601055e8f2aa0f4ca8f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 16 Jan 2024 11:55:12 -0500 Subject: [PATCH] actually run the test --- .github/workflows/pullreq.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pullreq.yml b/.github/workflows/pullreq.yml index 7943359..2b908e5 100644 --- a/.github/workflows/pullreq.yml +++ b/.github/workflows/pullreq.yml @@ -91,5 +91,4 @@ jobs: - name: Run Tests shell: bash run: | - echo "Run Tests Here" - exit 3 + ./build/clap-helpers-tests || ./build/clap-helpers-tests.exe