Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Use macpine to spin up bravetools testing environment on Mac

alpine launch --image alpine_3.16.0_lxd --name bravetools --mount $PWD
alpine exec bravetools "ash /root/mnt/macpine/bootstrap.sh"

Unit Testing

Run Unit tests directly on the VM

alpine ssh bravetools
cd mnt
go test -v ./...