Skip to content

Commit

Permalink
Remove clippy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 29, 2020
1 parent 231777f commit 6dcc25c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
5 changes: 0 additions & 5 deletions ci/azure-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ steps:
displayName: "Install gcc-multilib (linux)"
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))

# Some tests rely on a clippy command to run, so let's try to install clippy to
# we can be sure to run those tests.
- bash: rustup component add clippy || echo "clippy not available"
displayName: "Install clippy (maybe)"

# Some tests also rely on rustfmt
- bash: rustup component add rustfmt || echo "rustfmt not available"
displayName: "Install rustfmt (maybe)"
Expand Down
76 changes: 0 additions & 76 deletions tests/testsuite/clippy.rs

This file was deleted.

0 comments on commit 6dcc25c

Please sign in to comment.