Skip to content

aidt001/docker-rust-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Dev Env for Rust

Running tests

This command builds a docker image with the code of this repository and runs the repository's tests

./build_docker.sh my_app
docker run -t my_app ./run_tests.sh

Running a specific test

This example runs a single test with the name "test_add"

./build_docker.sh my_app
docker run -t my_app ./run_tests.sh test_add

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published