Skip to content

Commit

Permalink
Try ignoring archives in 32-bit CI nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Nov 23, 2024
1 parent 197d31a commit f3088c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ jobs:
- name: Make `system` scope nonempty for "GitInstallation" tests
run: git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
- name: Test (nextest)
env:
GIX_TEST_IGNORE_ARCHIVES: '1'
run: cargo nextest run --workspace --no-fail-fast

test-32bit-cross:
Expand Down

0 comments on commit f3088c9

Please sign in to comment.