compiletest_rs 0.2.10

The compiletest utility from the Rust compiler as a standalone testing harness
Documentation
1
2
3
4
5
6
7
8
language: rust
rust: nightly
script: cd test-project && cargo test

notifications:
  email:
    - pmunksgaard@gmail.com
    - laumann.thomas@gmail.com