File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,12 @@ help: ## Display this help
3
3
4
4
5
5
CARGO = $(shell command -v cargo)
6
- bare_index_path = tests/fixtures/index-bare
7
-
8
- $(bare_index_path ) :
9
- mkdir -p $(dir $@ )
10
- git clone --bare https://github.com/rust-lang/crates.io-index $@
11
-
12
6
13
7
# #@ Development
14
8
15
- test : $( bare_index_path ) # # run all tests with cargo
16
- RUST_BACKTRACE=1 CRATES_INDEX_DIFF_TEST_EXISTING_INDEX= $( bare_index_path ) cargo test --jobs 1
9
+ test : # # run all tests with cargo
10
+ RUST_BACKTRACE=1 cargo test --jobs 1
17
11
18
- quick-test : $( bare_index_path ) # # run all fast tests with cargo (those which dont clone themselves
19
- CRATES_INDEX_DIFF_TEST_EXISTING_INDEX= $( bare_index_path ) cargo test --jobs 1 quick
12
+ quick-test : # # run all fast tests with cargo (those which dont clone themselves
13
+ cargo test --jobs 1 quick
20
14
You can’t perform that action at this time.
0 commit comments