Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information