Skip to content

Commit

Permalink
Lift some tests from nightly to pr-tests (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoalt authored Dec 17, 2024
1 parent e32108d commit a5df8bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly_tests_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ test(=instruction_tests::and) |
test(=instruction_tests::andi) |
test(=instruction_tests::beq) |
test(=instruction_tests::bge) |
test(=instruction_tests::bgeu) |
test(=instruction_tests::blt) |
test(=instruction_tests::bltu) |
test(=instruction_tests::bne) |
Expand All @@ -19,7 +18,6 @@ test(=instruction_tests::lhu) |
test(=instruction_tests::lrsc) |
test(=instruction_tests::lw) |
test(=instruction_tests::mul) |
test(=instruction_tests::mulh) |
test(=instruction_tests::mulhsu) |
test(=instruction_tests::mulhu) |
test(=instruction_tests::or) |
Expand All @@ -37,7 +35,6 @@ test(=instruction_tests::sltiu) |
test(=instruction_tests::sltu) |
test(=instruction_tests::srai) |
test(=instruction_tests::srl) |
test(=instruction_tests::srli) |
test(=instruction_tests::sub) |
test(=instruction_tests::sw) |
test(=instruction_tests::xor) |
Expand All @@ -51,7 +48,6 @@ test(=memfuncs) |
test(=password) |
test(=print) |
test(=runtime_affine_256) |
test(=runtime_ec_add) |
test(=runtime_ec_double) |
test(=runtime_modmul_256) |
test(=runtime_poseidon_gl) |
Expand Down
3 changes: 1 addition & 2 deletions riscv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ homepage = { workspace = true }
repository = { workspace = true }

[features]
default = [] # complex-tests is disabled by default
default = []

# features below only affects tests
# not sure this is the best approach
complex-tests = []
estark-polygon = ["powdr-pipeline/estark-polygon"]
plonky3 = ["powdr-pipeline/plonky3"]

Expand Down
2 changes: 0 additions & 2 deletions riscv/tests/riscv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@ fn runtime_modmul_256() {
mstore(0, 666)
return(0, 32)
*/
#[cfg(feature = "complex-tests")]
static BYTECODE: &str = "61029a60005260206000f3";

#[cfg(feature = "complex-tests")]
#[ignore = "Too slow"]
#[test]
fn evm() {
Expand Down

0 comments on commit a5df8bc

Please sign in to comment.