Skip to content

Latest commit

 

History

History
 
 

car-races

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Open in Gitpod Docs

Car Races

🏗️ Building

cargo b -p "car-races*"
cargo b -p "car-1*"
cargo b -p "car-2*"
cargo b -p "car-3*"

✅ Testing

Run all tests, except gclient ones:

cargo t -p "car-races*" -- --skip gclient

Run all tests:

# Download the node binary.
cargo xtask node
cargo t -p "car-races*"