Skip to content

Commit 2868333

Browse files
committed
Update ci tests
1 parent 1d8068f commit 2868333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
USE_PRELOAD: 1,4
139139
SAVE_BRANCH_LAUNCH_DEPTH: 1
140140
run: |
141-
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 30m -coverprofile=${{ matrix.part }}profile.out -covermode=atomic -tags='norace ledger test_ledger_mock goleveldb'
141+
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 30m -coverprofile=${{ matrix.part }}profile.out -covermode=atomic -tags='norace ledger test_ledger_mock goleveldb libsodium'
142142
if: env.GIT_DIFF
143143
- uses: actions/upload-artifact@v3
144144
with:
@@ -219,7 +219,7 @@ jobs:
219219
USE_PRELOAD: 1,4
220220
SAVE_BRANCH_LAUNCH_DEPTH: 1
221221
run: |
222-
xargs --arg-file=pkgs.txt.part.${{ matrix.part }} go test -mod=readonly -timeout 30m -race -tags='cgo ledger test_ledger_mock goleveldb'
222+
xargs --arg-file=pkgs.txt.part.${{ matrix.part }} go test -mod=readonly -timeout 30m -race -tags='cgo ledger test_ledger_mock goleveldb libsodium'
223223
if: env.GIT_DIFF
224224
- uses: actions/upload-artifact@v3
225225
with:

0 commit comments

Comments
 (0)