Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 1502bbf

Browse files
committed
Fix clippy
1 parent 2b3ff72 commit 1502bbf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/run.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ cat "$HOME/.gitconfig"
7171
echo "--- Run cargo fmt"
7272
(cd proxy && time cargo fmt --all -- --check)
7373

74-
echo "--- Run proxy tests"
75-
(cd proxy && time cargo test --all --all-features --all-targets)
76-
7774
echo "--- Run proxy lints"
7875
(cd proxy && time cargo check --all --all-features --all-targets)
76+
(cd proxy && time cargo clean)
7977
(cd proxy && time cargo clippy --all --all-features --all-targets)
8078

79+
echo "--- Run proxy tests"
80+
(cd proxy && time cargo test --all --all-features --all-targets)
81+
8182
echo "--- Run app eslint checks"
8283
time yarn lint
8384

0 commit comments

Comments
 (0)