Skip to content

Commit

Permalink
Remove redundant cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
chmln committed Mar 3, 2019
1 parent c7cb181 commit 10512ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/azure-pipelines.yml
Expand Up @@ -17,10 +17,6 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Install Rust stable
- script: |
cd binary
cargo check
displayName: cargo check
- script: |
cd binary
cargo test
Expand Down

0 comments on commit 10512ed

Please sign in to comment.