diff --git a/config.yaml b/config.yaml index 5900033..3ae2495 100644 --- a/config.yaml +++ b/config.yaml @@ -13,18 +13,10 @@ actions: count: 1 - target: "spec" find: | - %ifarch aarch64 - %bcond_without ignore_tests - %else - %bcond_with ignore_tests - %endif + %global fail_on_tests 1 replace: | - %ifarch aarch64 - %bcond_without ignore_tests - %else - %bcond_with ignore_tests - %endif - + %global fail_on_tests 1 + %global race 1 %ifarch riscv64 %global race 0