We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a43184 commit 519907cCopy full SHA for 519907c
.github/workflows/ci_tests.yml
@@ -163,8 +163,10 @@ jobs:
163
164
- name: Run Catalyst Core tests
165
run: |
166
+ ## removing test ui_test because of bug https://github.com/rust-lang/cargo/issues/10352
167
cargo nextest run \
- -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))" \
170
--archive-file nextest-archive.tar.zst --extract-to "/home/runner/work/catalyst-core/catalyst-core" \
171
--extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
172
0 commit comments