@@ -144,41 +144,41 @@ doc $RUSTDOCFLAGS='-D warnings':
144
144
145
145
# Run all unit tests
146
146
unit-tests :
147
- cargo nextest run
148
- cargo test --doc
149
- cargo nextest run -p gix-testtools
150
- cargo nextest run -p gix-testtools --features xz
151
- cargo nextest run -p gix-archive --no-default-features
152
- cargo nextest run -p gix-archive --features tar
153
- cargo nextest run -p gix-archive --features tar_gz
154
- cargo nextest run -p gix-archive --features zip
155
- cargo nextest run -p gix-status- tests --features gix-features-parallel
156
- cargo nextest run -p gix-worktree-state- tests --features gix-features-parallel
157
- cargo nextest run -p gix-worktree-tests --features gix-features-parallel
158
- cargo nextest run -p gix-object
159
- cargo nextest run -p gix-object --features verbose-object-parsing-errors
160
- cargo nextest run -p gix-tempfile --features signals
161
- cargo nextest run -p gix-features --all-features
162
- cargo nextest run -p gix-ref-tests --all-features
163
- cargo nextest run -p gix-odb --all -features
164
- cargo nextest run -p gix-odb-tests --features gix-features-parallel
165
- cargo nextest run -p gix-pack --all-features
166
- cargo nextest run -p gix-pack-tests --features all -features
167
- cargo nextest run -p gix-pack -tests --features gix-features-parallel
168
- cargo nextest run -p gix-index-tests --features gix-features-parallel
169
- cargo nextest run -p gix-packetline --features blocking -io,maybe-async / is_sync --test blocking -packetline
170
- cargo nextest run -p gix-packetline --features async-io --test async-packetline
171
- cargo nextest run -p gix-transport --features http-client-curl ,maybe-async/ is_sync
172
- cargo nextest run -p gix-transport --features http -client-reqwest,maybe-async / is_sync
173
- cargo nextest run -p gix-transport --features async -client
174
- cargo nextest run -p gix-protocol --features blocking -client
175
- cargo nextest run -p gix-protocol --features async-client
176
- cargo nextest run -p gix --no-default-features
177
- cargo nextest run -p gix --no-default-features --features basic,comfort,max-performance-safe
178
- cargo nextest run -p gix --no-default- features --features basic,extras,comfort,need-more-recent-msrv
179
- cargo nextest run -p gix --features async -network-client
180
- cargo nextest run -p gix --features blocking-network-client
181
- cargo nextest run -p gitoxide-core --lib --no-tests=warn
147
+ cargo nextest run --no-fail-fast
148
+ cargo nextest run -p gix-testtools --no-fail-fast
149
+ cargo nextest run -p gix-testtools --features xz --no-fail-fast
150
+ cargo nextest run -p gix-archive --no-default- features --no-fail-fast
151
+ cargo nextest run -p gix-archive --features tar -- no-fail-fast
152
+ cargo nextest run -p gix-archive --features tar_gz --no-fail-fast
153
+ cargo nextest run -p gix-archive --features zip --no-fail-fast
154
+ cargo nextest run -p gix-status-tests --features gix-features-parallel --no-fail-fast
155
+ cargo nextest run -p gix-worktree-state- tests --features gix-features-parallel --no-fail-fast
156
+ cargo nextest run -p gix-worktree-tests --features gix-features-parallel --no-fail-fast
157
+ cargo nextest run -p gix-object --no-fail-fast
158
+ cargo nextest run -p gix-object --features verbose-object-parsing-errors --no-fail-fast
159
+ cargo nextest run -p gix-tempfile --features signals --no-fail-fast
160
+ cargo nextest run -p gix-features --all- features --no-fail-fast
161
+ cargo nextest run -p gix-ref-tests --all-features --no-fail-fast
162
+ cargo nextest run -p gix-odb --all-features --no-fail-fast
163
+ cargo nextest run -p gix-odb-tests --features gix -features-parallel --no-fail-fast
164
+ cargo nextest run -p gix-pack --all- features --no-fail-fast
165
+ cargo nextest run -p gix-pack-tests --features all-features --no-fail-fast
166
+ cargo nextest run -p gix-pack-tests --features gix -features-parallel --no-fail-fast
167
+ cargo nextest run -p gix-index -tests --features gix-features-parallel --no-fail-fast
168
+ cargo nextest run -p gix-packetline --features blocking-io,maybe-async / is_sync --test blocking-packetline --no-fail-fast
169
+ cargo nextest run -p gix-packetline --features async -io --test async -packetline --no-fail-fast
170
+ cargo nextest run -p gix-transport --features http-client-curl,maybe- async/ is_sync --no-fail-fast
171
+ cargo nextest run -p gix-transport --features http-client-reqwest ,maybe-async/ is_sync --no-fail-fast
172
+ cargo nextest run -p gix-transport --features async -client --no-fail-fast
173
+ cargo nextest run -p gix-protocol --features blocking -client --no-fail-fast
174
+ cargo nextest run -p gix-protocol --features async -client --no-fail-fast
175
+ cargo nextest run -p gix --no-default- features --no-fail-fast
176
+ cargo nextest run -p gix --no-default-features --features basic,comfort,max-performance-safe --no-fail-fast
177
+ cargo nextest run -p gix --no-default-features --features basic,extras, comfort,need-more-recent-msrv --no-fail-fast
178
+ cargo nextest run -p gix --features async-network-client --no-fail-fast
179
+ cargo nextest run -p gix --features blocking -network-client --no-fail-fast
180
+ cargo nextest run -p gitoxide-core --lib --no-tests=warn --no-fail-fast
181
+ cargo test --workspace --doc --no-fail-fast
182
182
183
183
# These tests aren't run by default as they are flaky (even locally)
184
184
unit-tests-flaky :
0 commit comments