File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ jobs:
135
135
- windows-latest
136
136
- macos-latest
137
137
- ubuntu-latest
138
+ - ubuntu-22.04-arm
138
139
139
140
runs-on : ${{ matrix.os }}
140
141
@@ -160,25 +161,6 @@ jobs:
160
161
- name : Check that tracked archives are up to date
161
162
run : git diff --exit-code # If this fails, the fix is usually to commit a regenerated archive.
162
163
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
-
182
164
test-fixtures-windows :
183
165
runs-on : windows-latest
184
166
@@ -405,7 +387,6 @@ jobs:
405
387
env :
406
388
# List all jobs that are intended NOT to block PR auto-merge here.
407
389
EXPECTED_NONBLOCKING_JOBS : |-
408
- test-fast-arm
409
390
cargo-deny-advisories
410
391
wasm
411
392
tests-pass
You can’t perform that action at this time.
0 commit comments