We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ca12a commit a90084dCopy full SHA for a90084d
ci/base-tests.sh
@@ -29,12 +29,11 @@ CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
29
# run clippy on its own codebase...
30
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal
31
# ... and some test directories
32
-CWD_OLD=`pwd`
33
for dir in clippy_workspace_tests clippy_workspace_tests/src clippy_workspace_tests/subcrate clippy_workspace_tests/subcrate/src clippy_dev rustc_tools_util
34
do
35
cd ${dir}
36
${CLIPPY} -- -D clippy::all
37
- cd ${CWD_OLD}
+ cd -
38
done
39
40
ci/integration-tests.sh
@@ -28,9 +28,6 @@ function check() {
28
}
case ${INTEGRATION} in
- rust-lang/cargo)
- check
- ;;
*)
check
;;
0 commit comments