From 715a52305e43da33ab36034c75cc5fa208fe2aaf Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Wed, 17 Jul 2024 01:16:00 +0530 Subject: [PATCH] chore (ci): test SNAP compiled binary execution at the CI --- .github/workflows/CI.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ddf79860f0..edbbfe02ed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -710,10 +710,11 @@ jobs: cd SNAP export PATH="$(pwd)/../src/bin:$PATH" - git checkout lf4 - git checkout a03041b74bf103a0394f0cb77d449e608e94d731 + git checkout lf5 + git checkout 995bffd104013fad37aca8c10ee916b8b4044cb2 cd ./src - make + make -j8 + ./gsnap ../qasnap/sample/inp out test_llvm: name: Test LLVM ${{ matrix.llvm-version }}