CI: fix assembly unit tests executable name

This commit is contained in:
Adrian Insaurralde
2025-02-18 18:53:52 -03:00
committed by Chris Hennes
parent 236de12a5f
commit 8fe4b0f7b4

View File

@@ -44,7 +44,7 @@ runs:
id: assembly
uses: ./.github/workflows/actions/runCPPTests/runSingleTest
with:
testCommand: ${{ inputs.builddir }}/tests/Tests_run --gtest_output=json:${{ inputs.reportdir }}assembly_gtest_results.json
testCommand: ${{ inputs.builddir }}/tests/Assembly_tests_run --gtest_output=json:${{ inputs.reportdir }}assembly_gtest_results.json
testLogFile: ${{ inputs.reportdir }}assembly_gtest_test_log.txt
testName: Assembly
- name: C++ core tests