Skip to content

Commit

Permalink
[YJ] linux tst
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannjanvier committed Oct 3, 2024
1 parent 99075a1 commit dd841af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_knitro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: check build
run: |
ls build/bin
echo $BUILD_TYPE
ls ./build/bin/"${{ matrix.cmake.config }}"
- name: Run Knitro Test
run: >
./build/bin/"$BUILD_TYPE"/test_knitro_interface
./build/bin/"${{ matrix.cmake.config }}"/test_knitro_interface

0 comments on commit dd841af

Please sign in to comment.