Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
dfea791f
Commit
dfea791f
authored
Apr 03, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: use IPFS circle configs
parent
445472b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
.circleci/config.yml
.circleci/config.yml
+14
-10
No files found.
.circleci/config.yml
View file @
dfea791f
version
:
2
jobs
:
build
:
docker
:
-
image
:
circleci/golang:1.12
environment
:
GO111MODULE
:
"
on"
steps
:
-
checkout
-
run
:
go test -v -race -bench . ./...
version
:
2.1
orbs
:
ci-go
:
ipfs/ci-go@0.2.9
workflows
:
version
:
2
test
:
jobs
:
-
ci-go/build
-
ci-go/lint
-
ci-go/test
-
ci-go/test
:
race
:
true
name
:
"
ci-go/test/race"
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