Reduce the number of executed tests (#1580)

As the execution of this job is longer than other jobs, reduce the number of executed jobs.
This commit is contained in:
JeanRochCoulon 2023-10-31 09:36:28 +01:00 committed by GitHub
parent 73a6b84e11
commit 18e9d8ea8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ if [[ "$list_num" = 1 ]];then
"riscv_load_store_xif_test"
"riscv_rand_jump_xif_test"
);
I=(100 100 100 100);
I=(80 80 80 80);
fi
if [[ "$list_num" != 0 ]];then