Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chiefs
ChiefSend2
Commits
77ade725
Commit
77ade725
authored
Mar 28, 2021
by
Lukas Böhm
🎱
Browse files
Update .gitlab-ci.yml file
parent
00879e1c
Pipeline
#59904
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
77ade725
...
@@ -25,6 +25,7 @@ stages:
...
@@ -25,6 +25,7 @@ stages:
test
:
test
:
script
:
script
:
-
go mod init
-
go fmt $(go list ./... | grep -v /vendor/)
-
go fmt $(go list ./... | grep -v /vendor/)
-
go vet $(go list ./... | grep -v /vendor/)
-
go vet $(go list ./... | grep -v /vendor/)
-
go test $(go list ./... | grep -v /vendor/) -v -cover
-
go test $(go list ./... | grep -v /vendor/) -v -cover
...
...
Write
Preview
Supports
Markdown
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