From 153e768a3fe7919c83cb839192a8c77cc88f0d1a Mon Sep 17 00:00:00 2001 From: Shaikh Ubaid Date: Sun, 8 Oct 2023 21:09:01 +0530 Subject: [PATCH] Do not test ctest There are no ctest in installed binary. So they need not be run --- .github/workflows/CI.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f7a514e..00880fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,12 +42,6 @@ jobs: git fetch https://github.com/lcompilers/lpython.git --tags -f git checkout v0.20.0 - - name: Run LPython Ctest - shell: bash -e -l {0} - run: | - cd lpython - ctest - - name: Run LPython Integration Tests shell: bash -e -l {0} run: |