Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Mundt Due
goplay
Commits
8f83f84e
Commit
8f83f84e
authored
Nov 11, 2018
by
Anders Mundt Due
Browse files
only test this ..
parent
8886eb64
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f83f84e
...
...
@@ -24,9 +24,9 @@ format:
stage
:
test
script
:
-
go get github.com/mattn/go-sqlite3
-
go fmt $(go list ./... | grep
-v /vendor/
)
-
go vet $(go list ./... | grep
-v /vendor/
)
-
go test -race $(go list ./... | grep
-v /vendor/
)
-
go fmt $(go list ./... | grep
gitlab.7f.dk
)
-
go vet $(go list ./... | grep
gitlab.7f.dk
)
-
go test -race $(go list ./... | grep
gitlab.7f.dk
)
compile
:
stage
:
build
...
...
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