From 301e7b467b292aa8d8c97477988d80921499e831 Mon Sep 17 00:00:00 2001 From: Ahmed Irfan <43099566+ahmed-irfan@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:06:28 -0800 Subject: [PATCH] Update action.yml --- .github/actions/test/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 0ac3e6290..ae7444582 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -13,5 +13,12 @@ runs: # This is needed for yices2 to find libpoly.so.0. /usr/local/lib not searched by default? export LD_LIBRARY_PATH=/usr/local/lib/:${LD_LIBRARY_PATH} make MODE=${{ inputs.mode }} check + + - name: Test Yices API and More + shell: bash + if: inputs.mode != 'gcov' + run: | + # This is needed for yices2 to find libpoly.so.0. /usr/local/lib not searched by default? + export LD_LIBRARY_PATH=/usr/local/lib/:${LD_LIBRARY_PATH} make MODE=${{ inputs.mode }} check-api make MODE=${{ inputs.mode }} test