diff --git a/.github/workflows/testUbuntu.yml b/.github/workflows/testUbuntu.yml index b7894fa7..24bae6ae 100644 --- a/.github/workflows/testUbuntu.yml +++ b/.github/workflows/testUbuntu.yml @@ -44,6 +44,10 @@ jobs: - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + - name: Run + working-directory: ${{github.workspace}} + run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml + - name: Test working-directory: ${{github.workspace}}/build/bin/release run: ./rayx-core-tst -x diff --git a/.github/workflows/testUbuntuClang.yml b/.github/workflows/testUbuntuClang.yml index b7523a6a..3f7dc4ec 100644 --- a/.github/workflows/testUbuntuClang.yml +++ b/.github/workflows/testUbuntuClang.yml @@ -30,6 +30,10 @@ jobs: - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + - name: Run + working-directory: ${{github.workspace}} + run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml + - name: Test working-directory: ${{github.workspace}}/build/bin/release run: ./rayx-core-tst -x diff --git a/.github/workflows/testWindows.yml b/.github/workflows/testWindows.yml index 33ae0b0c..b980ee50 100644 --- a/.github/workflows/testWindows.yml +++ b/.github/workflows/testWindows.yml @@ -61,6 +61,10 @@ jobs: echo "D:\a\rayx\rayx\vcpkg\installed\x64-windows\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + - name: Run + working-directory: ${{github.workspace}} + run: ./build/bin/release/rayx -x -c -m 1 -i Intern/rayx-core/tests/input/BoringImagePlane.rml + - name: Test working-directory: ${{github.workspace}}/build/bin/release run: ./rayx-core-tst -x