Skip to content

Latest commit

 

History

History

dao

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Open in Gitpod Docs

DAO

🏗️ Building

cargo b -p dao -p "dao-[!l]*"

✅ Testing

Run all tests, except gclient ones:

cargo t -p dao -p "dao-[!l]*" -- --skip gclient

Run all tests:

# Download the node binary.
cargo xtask node
cargo t -p dao -p "dao-[!l]*"