We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbfdf1 commit 18e3f9aCopy full SHA for 18e3f9a
.github/workflows/build-test-reusable.yml
@@ -144,7 +144,9 @@ jobs:
144
145
- name: Run core tests
146
run: |
147
- ${{ env.TRITON_TEST_CMD }} --core --skip-pip-install
+ pwd
148
+ cd python/test/unit
149
+ pytest -vvv --device xpu "language/test_core.py::test_scan_layouts[True-1-src_layout10-64-32]"
150
151
- name: Upload build artifacts
152
uses: actions/upload-artifact@v3
0 commit comments