9 lines
134 B
Makefile
9 lines
134 B
Makefile
|
build:
|
||
|
bash ./build-local-swift.sh
|
||
|
|
||
|
test:
|
||
|
swift test
|
||
|
|
||
|
offlinetests:
|
||
|
swift test --skip LiveWalletTests --skip LiveTxBuilderTests
|