diff --git a/.github/workflows/test_verification.yml b/.github/workflows/test_verification.yml index e59dfc8..cd92735 100644 --- a/.github/workflows/test_verification.yml +++ b/.github/workflows/test_verification.yml @@ -136,7 +136,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build/test/unit_tests - run: OpenALpp_UnitTests.exe --order rand + run: ./OpenALpp_UnitTests.exe --order rand Web: runs-on: ubuntu-latest