docs(dev): switch test instructions to nextest (#361)

This commit is contained in:
Mohan 2025-05-27 11:05:49 +02:00 committed by GitHub
parent 0515f4e6ec
commit 60d2ee9f7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 5 deletions

View file

@ -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: