File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ jobs:
131
131
cargo nextest archive \
132
132
--workspace \
133
133
--exclude vitup \
134
- --exclude jormungandr \
135
134
--exclude mainnet-lib \
136
135
--exclude jortestkit \
137
136
--exclude integration-tests \
@@ -253,7 +252,6 @@ jobs:
253
252
cargo nextest archive \
254
253
--workspace \
255
254
--exclude vitup \
256
- --exclude jormungandr \
257
255
--exclude mainnet-lib \
258
256
--exclude jortestkit \
259
257
--exclude integration-tests \
@@ -270,16 +268,16 @@ jobs:
270
268
--exclude wallet-uniffi \
271
269
--archive-file nextest-archive.tar.zst
272
270
273
- - name : Run Catalyst Core tests
274
- env :
275
- TEST_DATABASE_URL : postgres://postgres:123456@localhost
276
- EVENT_DB_URL : postgres://catalyst-event-dev:CHANGE_ME@localhost/CatalystEventDev
271
+ # # - name: Run Catalyst Core tests
272
+ # # env:
273
+ # # TEST_DATABASE_URL: postgres://postgres:123456@localhost
274
+ # # EVENT_DB_URL: postgres://catalyst-event-dev:CHANGE_ME@localhost/CatalystEventDev
277
275
# # removing test ui_test because of bug https://github.com/rust-lang/cargo/issues/10352
278
- run : |
279
- cargo nextest run \
280
- -E "not (test(ui_test))" \
281
- --archive-file nextest-archive.tar.zst --extract-to ${{ github.workspace }} \
282
- --extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
276
+ # # run: |
277
+ # # cargo nextest run \
278
+ # # -E "not (test(ui_test))" \
279
+ # # --archive-file nextest-archive.tar.zst --extract-to ${{ github.workspace }} \
280
+ # # --extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
283
281
284
282
test-results :
285
283
if : always()
You can’t perform that action at this time.
0 commit comments