Skip to content

Commit 27d047f

Browse files
committed
Try ignoring archives in 32-bit CI nextest
1 parent 438ee47 commit 27d047f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ jobs:
232232
- name: Make `system` scope nonempty for "GitInstallation" tests
233233
run: git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
234234
- name: Test (nextest)
235+
env:
236+
GIX_TEST_IGNORE_ARCHIVES: '1'
235237
run: cargo nextest run --workspace --no-fail-fast
236238

237239
test-32bit-cross:

0 commit comments

Comments
 (0)