Skip to content

Commit f58f3ea

Browse files
authored
Merge pull request #1802 from EliahKagan/arm-segv
Use `ubuntu-22.04-arm` for the ARM64 `test-fast` job
2 parents 02efddd + 4062b56 commit f58f3ea

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- windows-latest
136136
- macos-latest
137137
- ubuntu-latest
138+
- ubuntu-22.04-arm
138139

139140
runs-on: ${{ matrix.os }}
140141

@@ -160,25 +161,6 @@ jobs:
160161
- name: Check that tracked archives are up to date
161162
run: git diff --exit-code # If this fails, the fix is usually to commit a regenerated archive.
162163

163-
test-fast-arm:
164-
runs-on: ubuntu-24.04-arm
165-
166-
steps:
167-
- uses: actions/checkout@v4
168-
- uses: dtolnay/rust-toolchain@stable
169-
- uses: Swatinem/rust-cache@v2
170-
- uses: taiki-e/install-action@v2
171-
with:
172-
tool: nextest
173-
- name: Test (nextest)
174-
env:
175-
GIX_TEST_CREATE_ARCHIVES_EVEN_ON_CI: '1'
176-
run: cargo nextest run --workspace --no-fail-fast
177-
- name: Doctest
178-
run: cargo test --workspace --doc --no-fail-fast
179-
- name: Check that tracked archives are up to date
180-
run: git diff --exit-code # If this fails, the fix is usually to commit a regenerated archive.
181-
182164
test-fixtures-windows:
183165
runs-on: windows-latest
184166

@@ -405,7 +387,6 @@ jobs:
405387
env:
406388
# List all jobs that are intended NOT to block PR auto-merge here.
407389
EXPECTED_NONBLOCKING_JOBS: |-
408-
test-fast-arm
409390
cargo-deny-advisories
410391
wasm
411392
tests-pass

0 commit comments

Comments
 (0)