diff --git a/.appveyor.yml b/.appveyor.yml index 423cc6db..e2d5851d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -75,3 +75,4 @@ before_test: test_script: - cargo xbuild - cargo bootimage + - cargo xtest diff --git a/.travis.yml b/.travis.yml index 1e6697ca..b2daef83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,4 +35,5 @@ before_script: script: - cargo xbuild - cargo bootimage + - cargo xtest - cargo cache --autoclean diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 672a9add..9c81050f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,6 +61,9 @@ steps: - script: cargo bootimage displayName: 'Create Bootimage' +- script: cargo xtest + displayName: 'Test' + - script: rustup component add rustfmt displayName: 'Install Rustfmt'