We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fddb1e commit 073df99Copy full SHA for 073df99
.github/workflows/extra-unit-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Configure CMake
61
shell: bash
62
working-directory: ${{runner.workspace}}/build
63
- run: cmake $${{runner.workspace}}/highs-tests/HiGHS -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
+ run: cmake ${{runner.workspace}}/highs-tests/HiGHS -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
64
65
- name: Build
66
0 commit comments