Skip to content

Commit 6ba3c4b

Browse files
authored
Update riscv64_vector.yml
1 parent 43e5114 commit 6ba3c4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ jobs:
140140
while IFS= read -r -d $'\0' LOG; do cat $LOG ; FAILURES=1 ; done < <(grep -lZ FAIL ./test_out/*)
141141
if [[ ! -z $FAILURES ]]; then echo "==========" ; echo "== FAIL ==" ; echo "==========" ; echo ; exit 1 ; fi
142142
if [ "${{matrix.target}}" == "RISCV64_ZVL256B" ]; then
143-
run_test test test_shgemm &
144-
run_test test test_shgemv
143+
test/test_shgemm &
144+
test/test_shgemv &
145+
test/test_bgemm &
146+
test/test_sbgemv
145147
fi
146148
147149

0 commit comments

Comments
 (0)