Skip to content

Commit 519907c

Browse files
committed
removing test ui_test because of bug rust-lang/cargo#10352
1 parent 6a43184 commit 519907c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ jobs:
163163

164164
- name: Run Catalyst Core tests
165165
run: |
166+
## removing test ui_test because of bug https://github.com/rust-lang/cargo/issues/10352
166167
cargo nextest run \
167-
-E "not (package(vitup) + package(mainnet-lib) + package(jortestkit) + package(integration-tests) + test(multi_voteplan_ok_private))" \
168+
-E "not (package(vitup) + package(mainnet-lib) + package(jortestkit) + package(integration-tests) \
169+
+ test(multi_voteplan_ok_private) + test(ui_test))" \
168170
--archive-file nextest-archive.tar.zst --extract-to "/home/runner/work/catalyst-core/catalyst-core" \
169171
--extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
170172

0 commit comments

Comments
 (0)