소스 검색

Run mutation testing in CI

Benjamin Sago 4 년 전
부모
커밋
243143527b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -21,3 +21,11 @@ jobs:
         - rustup component add clippy
       script:
         - cargo clippy
+
+    - name: 'Rust: mutation testing'
+      rust: nightly
+      install:
+        - cargo install cargo-mutagen
+      script:
+        - cargo test    --package dns --features=dns/with_mutagen -- --quiet
+        - cargo mutagen --package dns --features=dns/with_mutagen