1 2 3 4 5 6 7 8 9 10
version: 2 jobs: build: docker: - image: circleci/rust:1.33.0 steps: - checkout - run: name: Test command: cargo test && echo Ok