Skip to content

Latest commit

 

History

History

dutch-auction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Open in Gitpod Docs

🏗️ Building

cargo b -p "dutch-auction*"

✅ Testing

Run all tests, except gclient ones:

cargo t -p "dutch-auction*" -- --skip gclient

Run all tests:

# Download the node binary.
cargo xtask node
cargo t -p "dutch-auction*"