File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ jobs:
162162 - macos-latest
163163 - ubuntu-latest
164164 - ubuntu-24.04-arm
165- fail-fast : false
166165
167166 runs-on : ${{ matrix.os }}
168167
@@ -266,7 +265,6 @@ jobs:
266265 runner-arch : arm64
267266 runner-os : ubuntu-24.04-arm
268267 host-triple : armv7-unknown-linux-gnueabihf
269- fail-fast : false
270268
271269 runs-on : ${{ matrix.runner-os }}
272270
Original file line number Diff line number Diff line change @@ -3,13 +3,6 @@ use std::path::Path;
33
44#[ test]
55fn journey ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
6- for _ in 0 ..250 {
7- do_journey ( ) ?;
8- }
9- Ok ( ( ) )
10- }
11-
12- fn do_journey ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
136 let tmp = tempfile:: tempdir ( ) . unwrap ( ) ;
147 if !has_granular_times ( tmp. path ( ) ) ? {
158 return Ok ( ( ) ) ;
You can’t perform that action at this time.
0 commit comments