[go: up one dir, main page]

compiletest_rs 0.3.16

The compiletest utility from the Rust compiler as a standalone testing harness
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