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

ci: run cucumber tests sequentially

parent ba7af472
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,9 @@ tests_debug:
DUNITER_BINARY_PATH: "../build/duniter"
DUNITER_INTEGRATION_TESTS_SPAWN_NODE_DURATION: "20"
script:
- cargo test
- cargo test --workspace --exclude duniter-integration-tests
- cargo cucumber -i monetary*
- cargo cucumber -i *transfer*
dependencies:
- build_debug
......@@ -131,7 +133,9 @@ tests_release:
DUNITER_BINARY_PATH: "../build/duniter"
DUNITER_INTEGRATION_TESTS_SPAWN_NODE_DURATION: "10"
script:
- cargo test
- cargo test --workspace --exclude duniter-integration-tests
- cargo cucumber -i monetary*
- cargo cucumber -i *transfer*
dependencies:
- build_release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment