[FRONTEND] Expose end-to-end compile to python frontend (#58)
This commit is contained in:
7
.github/workflows/integration-tests.yml
vendored
7
.github/workflows/integration-tests.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
cd python
|
||||
pip3 install -e '.[tests]'
|
||||
|
||||
- name: Run tests
|
||||
- name: Run lit tests
|
||||
run: |
|
||||
cd python
|
||||
LIT_TEST_DIR="build/$(ls build)/test"
|
||||
@@ -57,3 +57,8 @@ jobs:
|
||||
echo "Not found `$LIT_TEST_DIR`. Did you change an installation method?" ; exit -1
|
||||
fi
|
||||
lit -v "$LIT_TEST_DIR"
|
||||
|
||||
- name: Run python tests
|
||||
run: |
|
||||
cd python/tests
|
||||
# pytest
|
||||
|
Reference in New Issue
Block a user