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 9e7f359 commit ebd23f5Copy full SHA for ebd23f5
justfile
@@ -19,6 +19,10 @@ update-fuel-dependencies:
19
update-contract-ids:
20
bash ./test/update-contract-ids.sh
21
22
+[group('automation')]
23
+bisect-forc path command:
24
+ bash ./scripts/bisect-forc/bisect-forc.sh "{{path}}" "{{command}}"
25
+
26
[group('benchmark')]
27
benchmark:
28
bash ./benchmark.sh
0 commit comments