[go: up one dir, main page]

compiletest_rs 0.3.20

The compiletest utility from the Rust compiler as a standalone testing harness
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
matrix:
 include:
   - rust: nightly
     env: FEATURES=""
   - rust: beta
     env: FEATURES="--features stable"
   - rust: stable
     env: FEATURES="--features stable"
   - rust: nightly
     env: FEATURES="--features stable"

script: cd test-project && cargo test $FEATURES

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