We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ba95 commit 33333a5Copy full SHA for 33333a5
.github/workflows/ci.yml
@@ -162,7 +162,6 @@ jobs:
162
- macos-latest
163
- ubuntu-latest
164
- ubuntu-24.04-arm
165
- fail-fast: false
166
167
runs-on: ${{ matrix.os }}
168
@@ -266,7 +265,6 @@ jobs:
266
265
runner-arch: arm64
267
runner-os: ubuntu-24.04-arm
268
host-triple: armv7-unknown-linux-gnueabihf
269
270
271
runs-on: ${{ matrix.runner-os }}
272
gix-fs/tests/fs/snapshot.rs
@@ -3,13 +3,6 @@ use std::path::Path;
3
4
#[test]
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
let tmp = tempfile::tempdir().unwrap();
14
if !has_granular_times(tmp.path())? {
15
return Ok(());
0 commit comments