Commit 2868333 1 parent 1d8068f commit 2868333 Copy full SHA for 2868333
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
USE_PRELOAD : 1,4
139
139
SAVE_BRANCH_LAUNCH_DEPTH : 1
140
140
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 '
142
142
if : env.GIT_DIFF
143
143
- uses : actions/upload-artifact@v3
144
144
with :
@@ -219,7 +219,7 @@ jobs:
219
219
USE_PRELOAD : 1,4
220
220
SAVE_BRANCH_LAUNCH_DEPTH : 1
221
221
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 '
223
223
if : env.GIT_DIFF
224
224
- uses : actions/upload-artifact@v3
225
225
with :
You can’t perform that action at this time.
0 commit comments