Skip to content

Commit 08ba77b

Browse files
committed
Fix wrong test
1 parent 4025292 commit 08ba77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/infra-generate-ccache-gap9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
mkdir -p /app/.ccache
4646
export CCACHE_DIR=/app/.ccache
4747
pytest 'test_platforms.py::test_gap9_kernels[Kernels/Integer/Add/Regular]' --skipsim
48-
pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/Add/Large-5000-L2-singlebuffer]' --skipsim
48+
pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/MatMul/Regular-64000-L2-singlebuffer]' --skipsim
4949
deactivate
5050
5151
- name: Clean and Upload CCache

0 commit comments

Comments
 (0)