We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf3ae commit bd8ed9cCopy full SHA for bd8ed9c
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
command: check
49
args: --all --bins --tests --examples
50
- - run: git lfs fetch && git lfs checkout && cargo test --package git-ref -- --nocapture
+ - run: git lfs fetch && git lfs checkout && find git-ref/tests/fixtures/generated-archives/ -type f && cat git-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar.xz && cargo test --package git-ref -- --nocapture
51
- name: "Test (crossterm)"
52
uses: actions-rs/cargo@v1
53
0 commit comments