[FRONTEND] Expose end-to-end compile to python frontend (#58)

This commit is contained in:
Yan Chunwei
2022-08-18 01:42:48 +08:00
committed by GitHub
parent 95bbac41e7
commit b1673caaf6
15 changed files with 228 additions and 165 deletions

View File

@@ -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