Explorar o código

Run mutation testing in CI

Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
243143527b
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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