Last active
April 5, 2017 09:00
-
-
Save FGRibreau/ab1566872f15fed5e56fac10e02f06db to your computer and use it in GitHub Desktop.
Cargo rust test for CircleCI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
services: | |
- docker | |
test: | |
override: | |
# don't forget to replace "1.18" with your rust version | |
- docker run -it --rm -v $(pwd):/source -w /source scorpil/rust:1.18 cargo test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment