Skip to content

Commit 233dcda

Browse files
committed
*change custom test set.
1 parent 731f031 commit 233dcda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: ${{github.workspace}}/build
4444
run: |
4545
export LD_LIBRARY_PATH="${{github.workspace}}/build":$LD_LIBRARY_PATH
46-
./Test "-r=.." -m=a -tt=1 -ts=5 -fi=InnerProduct
46+
./Test "-r=.." -m=a -tt=1 -ts=5 -fi=InnerProduct -fi=Gemm32fN
4747
4848
- name: Test Python
4949
if: ${{ matrix.build_type == 'Release' }}

0 commit comments

Comments
 (0)