@@ -9,10 +9,10 @@ alias t := test
9
9
alias c := check
10
10
11
11
# run all tests, clippy, including journey tests, try building docs
12
- test : clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests journey-tests-smart-release
12
+ test : clippy check doc unit-tests journey-tests-pure journey-tests-small journey-tests-async journey-tests
13
13
14
14
# run all tests, without clippy, including journey tests, try building docs (and clear target on CI)
15
- ci-test : check doc unit-tests clear-target journey-tests-pure journey-tests-small journey-tests-async journey-tests journey-tests-smart-release
15
+ ci-test : check doc unit-tests clear-target journey-tests-pure journey-tests-small journey-tests-async journey-tests
16
16
17
17
clear-target :
18
18
cargo clean
@@ -110,7 +110,6 @@ check:
110
110
cargo check -p gix --no-default-features --features progress-tree
111
111
cargo check -p gix --no-default-features
112
112
cargo check -p gix-odb --features serde
113
- cargo check -p cargo-smart-release --all
114
113
cargo check --no-default-features --features max-control
115
114
116
115
# Run cargo doc on all crates
@@ -187,13 +186,6 @@ journey-tests-async:
187
186
cargo build -p gix-testtools
188
187
./ tests/ journey.sh {{ ein }} {{ gix }} {{ jtt }} async
189
188
190
- cargo-smart-release := ` cargo metadata --manifest-path ./cargo-smart-release/Cargo.toml --format-version 1 | jq -r .target_directory ` / " debug/cargo-smart-release"
191
-
192
- # run journey tests (cargo-smart-release)
193
- journey-tests-smart-release :
194
- cd cargo-smart-release && cargo build --bin cargo-smart-release
195
- cd cargo-smart-release && ./ tests/ journey.sh {{ cargo-smart-release }}
196
-
197
189
# Run cargo-diet on all crates to see that they are still in bound
198
190
check-size :
199
191
./ etc/ check-package-size.sh
0 commit comments