Skip to content

Commit 18e3f9a

Browse files
committed
another way
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 9dbfdf1 commit 18e3f9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ jobs:
144144
145145
- name: Run core tests
146146
run: |
147-
${{ env.TRITON_TEST_CMD }} --core --skip-pip-install
147+
pwd
148+
cd python/test/unit
149+
pytest -vvv --device xpu "language/test_core.py::test_scan_layouts[True-1-src_layout10-64-32]"
148150
149151
- name: Upload build artifacts
150152
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)