X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake.yml;fp=.github%2Fworkflows%2Fcmake.yml;h=fcf957624fe35a805a6042572139e2c034cc44a0;hb=e534c06520fc833641a0287e39b47c1c8f2350d5;hp=14a0186787efb0753cb77af3662ac42fc897019d;hpb=436f36ea88ba8350ea379e7e5d3cd1384da9b787;p=debian%2Fpforth diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 14a0186..fcf9576 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,6 +31,8 @@ jobs: - name: Test working-directory: ${{github.workspace}}/fth run: | - ./pforth_standalone t_corex.fth | grep "0 failed" - ./pforth_standalone t_strings.fth | grep "0 failed" + ./pforth_standalone t_corex.fth | tee temp.txt && grep "0 failed" temp.txt + ./pforth_standalone t_strings.fth | tee temp.txt && grep "0 failed" temp.txt + ./pforth_standalone t_locals.fth | tee temp.txt && grep "0 failed" temp.txt + ./pforth_standalone t_alloc.fth | tee temp.txt && grep "PASSED" temp.txt