Skip to content

Commit

Permalink
Do not test ctest
Browse files Browse the repository at this point in the history
There are no ctest in installed binary. So they need not be run
  • Loading branch information
Shaikh-Ubaid committed Oct 8, 2023
1 parent 7b4b542 commit 153e768
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 153e768

Please sign in to comment.