diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c3db8..013a4e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,11 @@ jobs: cd bld\ cmake ..\cmake -DCMAKE_BUILD_TYPE=Release cmake --build . --target all_build --config Release + - name: testlo + - name: Run testlo + run: > + cd bld/; + $env:GITHUB_ACTION_PATH/tests/Release/testlo.exe - name: Run tests run: | cd bld\