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 17a58dd commit 98e0ba0Copy full SHA for 98e0ba0
justfile
@@ -36,6 +36,14 @@ submodule-init:
36
submodule-reset:
37
git submodule update --force
38
39
+[group("Submodule")]
40
+[doc("Checkout the bdk-ffi submodule to the latest commit on master.")]
41
+submodule-to-master:
42
+ cd ./bdk-ffi/ \
43
+ && git fetch origin \
44
+ && git checkout master \
45
+ && git pull origin master
46
+
47
[group("Test")]
48
[doc("Run all tests.")]
49
test:
0 commit comments