Skip to content
Snippets Groups Projects
Commit d24bd728 authored by Éloïs's avatar Éloïs
Browse files

ci(tests): force cucumber tests to exec sequentially

parent ecc3effa
No related branches found
No related tags found
1 merge request!27make manual seal compatible with BABE
...@@ -118,8 +118,9 @@ tests_debug: ...@@ -118,8 +118,9 @@ tests_debug:
DUNITER_INTEGRATION_TESTS_SPAWN_NODE_DURATION: "20" DUNITER_INTEGRATION_TESTS_SPAWN_NODE_DURATION: "20"
script: script:
- cargo test --workspace --exclude duniter-integration-tests - cargo test --workspace --exclude duniter-integration-tests
- cargo cucumber -i balance*
- cargo cucumber -i monetary* - cargo cucumber -i monetary*
- cargo cucumber -i *transfer* - cargo cucumber -i transfer*
dependencies: dependencies:
- build_debug - build_debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment