Commit 11cff57
committed
CI: Prevent duplicate execution of architectural test suites
In riscv-arch-test, each test-suite is independent without dependencies
on others. Current architectural tests caused some test suites, like
RV32I, to execute multiple times unnecessarily. Modify to ensure each
test runs only once, speeding up the CI process. This reduce
compliance-test execution time on my GitHub action from 10m4s to 6m53s.1 parent 201d64d commit 11cff57
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 13 | + | |
0 commit comments