You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflows for extension tests are all the same:
*-extension.yml
They all just do some setup and then run cargo nextest on the circuit and test dirs.
To save files and ease maintenance, we can probably make some kind of matrix that just runs a separate workflow for each extension folder.
Note it is still important that each extension test is run on a separate runner so the tests are run in parallel.
The riscv.yml should not be included in the above extension tests, because those are the official riscv test vectors.
The text was updated successfully, but these errors were encountered:
The workflows for extension tests are all the same:
*-extension.yml
They all just do some setup and then run
cargo nextest
on thecircuit
andtest
dirs.To save files and ease maintenance, we can probably make some kind of matrix that just runs a separate workflow for each extension folder.
Note it is still important that each extension test is run on a separate runner so the tests are run in parallel.
The
riscv.yml
should not be included in the above extension tests, because those are the official riscv test vectors.The text was updated successfully, but these errors were encountered: