Skip to content

Commit dcdb097

Browse files
committed
add test tag
1 parent 1e3b3eb commit dcdb097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: env.GIT_DIFF
5252
- name: test & coverage report creation
5353
run: |
54-
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 30m -coverprofile=${{ matrix.part }}profile.out -covermode=atomic -tags='ledger test_ledger_mock'
54+
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 30m -coverprofile=${{ matrix.part }}profile.out -covermode=atomic -tags='ledger test_ledger_mock test'
5555
if: env.GIT_DIFF
5656
- uses: actions/upload-artifact@v4
5757
with:

0 commit comments

Comments
 (0)