File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ jobs:
162
162
- macos-latest
163
163
- ubuntu-latest
164
164
- ubuntu-24.04-arm
165
- fail-fast : false
166
165
167
166
runs-on : ${{ matrix.os }}
168
167
@@ -266,7 +265,6 @@ jobs:
266
265
runner-arch : arm64
267
266
runner-os : ubuntu-24.04-arm
268
267
host-triple : armv7-unknown-linux-gnueabihf
269
- fail-fast : false
270
268
271
269
runs-on : ${{ matrix.runner-os }}
272
270
Original file line number Diff line number Diff line change @@ -3,13 +3,6 @@ use std::path::Path;
3
3
4
4
#[ test]
5
5
fn 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 > > {
13
6
let tmp = tempfile:: tempdir ( ) . unwrap ( ) ;
14
7
if !has_granular_times ( tmp. path ( ) ) ? {
15
8
return Ok ( ( ) ) ;
You can’t perform that action at this time.
0 commit comments