diff --git a/.github/workflows/pullreq.yml b/.github/workflows/pullreq.yml index 0be427d..4e5f80e 100644 --- a/.github/workflows/pullreq.yml +++ b/.github/workflows/pullreq.yml @@ -95,5 +95,8 @@ jobs: - name: Run Tests shell: bash run: | - ls -l ./build + echo "About to run " ./build/clap-helpers-tests${{ matrix.exe }} + ls -l ./build/clap-helpers-tests${{ matrix.exe }} + echo "Starting Run" ./build/clap-helpers-tests${{ matrix.exe }} + echo "Run complete"