Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
0f52920d
Commit
0f52920d
authored
2 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
ci: not execute live tests in non-scheduled jobs
parent
3d21e9af
No related branches found
No related tags found
1 merge request
!90
fix(account): When a self-sufficient accounts receive money for the first time, that should trigger the random id assignment
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.cargo/config
+1
-1
1 addition, 1 deletion
.cargo/config
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.cargo/config
+
1
−
1
View file @
0f52920d
[alias]
cucumber = "test -p duniter-end2end-tests --test cucumber_tests --"
sanity-gdev = "test -p duniter-live-tests --test sanity_gdev -- --nocapture"
tu = "test --workspace --exclude duniter-end2end-tests"
tu = "test --workspace --exclude duniter-end2end-tests
--exclude duniter-live-tests
"
xtask = "run --package xtask --"
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
2
View file @
0f52920d
...
...
@@ -158,7 +158,7 @@ tests_debug:
DUNITER_BINARY_PATH
:
"
../build/duniter"
DUNITER_END2END_TESTS_SPAWN_NODE_TIMEOUT
:
"
20"
script
:
-
cargo test --workspace --exclude duniter-end2end-tests
-
cargo test --workspace --exclude duniter-end2end-tests
--exclude duniter-live-tests
-
cargo cucumber -i balance*
-
cargo cucumber -i monetary*
-
cargo cucumber -i transfer*
...
...
@@ -182,7 +182,7 @@ tests_release:
DUNITER_BINARY_PATH
:
"
../build/duniter"
DUNITER_END2END_TESTS_SPAWN_NODE_TIMEOUT
:
"
20"
script
:
-
cargo test --workspace --exclude duniter-end2end-tests
-
cargo test --workspace --exclude duniter-end2end-tests
--exclude duniter-live-tests
-
cargo cucumber -i balance*
-
cargo cucumber -i monetary*
-
cargo cucumber -i transfer*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment