Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
danet
goSDN
Commits
696d4313
Commit
696d4313
authored
Mar 30, 2021
by
Manuel Kieweg
🤷
Browse files
fix yaml
parent
4092a138
Changes
1
Show whitespace changes
Inline
Side-by-side
build/ci/.test.yml
View file @
696d4313
.
integration-test
:
&it
integration-test
:
image
:
golang:1.14
stage
:
integration-test
needs
:
[
"
apply"
]
...
...
@@ -10,15 +10,11 @@
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_BRANCH == "integration-test"
allow_failure
:
true
script
:
-
go test -race ./test/integration -v -coverprofile=coverage.out
after_script
:
-
go tool cover -func=coverage.out
integration-test:nucleus
<<
:
*it
script
:
-
cd ./nucleus
-
go test -race ./test/integration -v -coverprofile=coverage.out
unit-test
:
image
:
golang:1.14
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment