Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Last active April 5, 2017 09:00
Show Gist options
  • Save FGRibreau/ab1566872f15fed5e56fac10e02f06db to your computer and use it in GitHub Desktop.
Save FGRibreau/ab1566872f15fed5e56fac10e02f06db to your computer and use it in GitHub Desktop.
Cargo rust test for CircleCI
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