Skip to content

Commit d8b0301

Browse files
committed
adjustments
1 parent 12ad554 commit d8b0301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cmds = [
22
"forc build --path {root} --release",
3-
"forc test --path {root} --experimental const_generics --test-threads 1 --dbgs --reverts",
3+
"forc test --path {root} --experimental const_generics --test-threads 1 --dbgs --reverts --release",
44
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cmds = [
22
"forc build --path {root}",
3-
"forc build --path {root} --ir final --asm final | filter-fn {name} return_match_on_str_slice"
3+
"forc build --path {root} --ir final --asm final --release | filter-fn {name} return_match_on_str_slice"
44
]

0 commit comments

Comments
 (0)