mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 19:54:37 -04:00
chore(ci): silence TestIndexBlobManagerStress output on failure (#4036)
Try again:
Partially reverts commit 2d2e0314d1.
Changes the approach slightly:
- Use pkgname format for gotestsum
- Test index blob v0 separately
Ref:
- #4028
- #4035
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -59,6 +59,8 @@ jobs:
|
||||
if: ${{ contains(matrix.os, 'macos') }}
|
||||
- name: Setup
|
||||
run: make -j4 ci-setup
|
||||
- name: Test Blob Index Manager V0
|
||||
run: make test-index-blob-v0
|
||||
- name: Tests
|
||||
run: make ci-tests
|
||||
- name: Integration Tests
|
||||
|
||||
Reference in New Issue
Block a user