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 a43f8cf commit e58eb52Copy full SHA for e58eb52
ci/base-tests.sh
@@ -6,6 +6,7 @@ cargo test --features debugging
6
mkdir -p ~/rust/cargo/bin
7
cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
8
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
9
+rm ~/.cargo/bin/cargo-clippy
10
PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
11
cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
12
cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..
ci/integration-tests.sh
@@ -1,4 +1,5 @@
1
set -x
2
3
cargo install --force --path .
4
5
echo "Running integration test for crate ${INTEGRATION}"
0 commit comments