diff --git a/.github/workflows/cpp_examples.yml b/.github/workflows/cpp_examples.yml index 92b5a3d2b..308b3252d 100644 --- a/.github/workflows/cpp_examples.yml +++ b/.github/workflows/cpp_examples.yml @@ -32,5 +32,6 @@ jobs: - name: Run tests run: | # Check that the expected output is printed - ./examples/array_multiplication/build/src/kompute_array_mult + ./examples/array_multiplication/build/src/kompute_array_mult | \ + tee $(tty) | grep -q "Output: { 0 4 12 }"