Skip to content

Latest commit

 

History

History
 
 

game-of-chance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Open in Gitpod Docs

🏗️ Building

cargo b -p "game-of-chance*"

✅ Testing

Run all tests, except gclient ones:

cargo t -p "game-of-chance*" -- --skip gclient

Run all tests:

# Download the node binary.
cargo xtask node
cargo t -p "game-of-chance*"