Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Oct 8, 2023
1 parent 44696d4 commit ed543c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
git checkout v0.20.0
- name: Run LPython Integration Tests
if: ${{ matrix.os }} != "windows-2019"
if: matrix.os != "windows-2019"
shell: bash -e -x -l {0}
run: |
cd lpython/integration_tests
./run_tests.py -b llvm c wasm
- name: Run LPython Fast Integration Tests
if: ${{ matrix.os }} != "windows-2019"
if: matrix.os != "windows-2019"
shell: bash -e -x -l {0}
run: |
cd lpython/integration_tests
Expand Down

0 comments on commit ed543c7

Please sign in to comment.