We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ad554 commit d8b0301Copy full SHA for d8b0301
test/src/e2e_vm_tests/test_programs/should_pass/language/const_generics/snapshot.toml
@@ -1,4 +1,4 @@
1
cmds = [
2
"forc build --path {root} --release",
3
- "forc test --path {root} --experimental const_generics --test-threads 1 --dbgs --reverts",
+ "forc test --path {root} --experimental const_generics --test-threads 1 --dbgs --reverts --release",
4
]
test/src/e2e_vm_tests/test_programs/should_pass/language/match_expressions_all/snapshot.toml
"forc build --path {root}",
- "forc build --path {root} --ir final --asm final | filter-fn {name} return_match_on_str_slice"
+ "forc build --path {root} --ir final --asm final --release | filter-fn {name} return_match_on_str_slice"
0 commit comments