chore: add just files to streamline common tasks
This commit is contained in:
8
bdk-swift/justfile
Normal file
8
bdk-swift/justfile
Normal file
@@ -0,0 +1,8 @@
|
||||
build:
|
||||
bash ./build-local-swift.sh
|
||||
|
||||
test:
|
||||
swift test
|
||||
|
||||
offlinetests:
|
||||
swift test --skip LiveWalletTests --skip LiveTxBuilderTests
|
||||
Reference in New Issue
Block a user