1 2 3 4 5 6 7 8 9
language: rust sudo: false rust: - stable - beta - nightly script: - cd codegen && cargo test - cd lib && cargo test