mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 08:38:58 -05:00
docs(dev): switch test instructions to nextest (#361)
This commit is contained in:
parent
0515f4e6ec
commit
60d2ee9f7e
3 changed files with 21 additions and 5 deletions
8
justfile
8
justfile
|
|
@ -31,11 +31,15 @@ gui:
|
|||
|
||||
# Build the GUI
|
||||
gui_build:
|
||||
cd src-gui && yarn build
|
||||
cd src-gui && yarn build
|
||||
|
||||
# Run the Rust tests
|
||||
tests:
|
||||
cargo nextest run
|
||||
|
||||
# Tests the Rust bindings for Monero
|
||||
test_monero_sys:
|
||||
cd monero-sys && cargo test
|
||||
cd monero-sys && cargo nextest run
|
||||
|
||||
# Builds the ASB and Swap binaries
|
||||
swap:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue