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
dms3
go-dms3-chunker
Commits
4a749cd5
Commit
4a749cd5
authored
Mar 26, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): switch to circle and test with both race enabled & disabled
parent
cbd0b2e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
28 deletions
+14
-28
.circleci/config.yml
.circleci/config.yml
+14
-0
.travis.yml
.travis.yml
+0
-28
No files found.
.circleci/config.yml
0 → 100644
View file @
4a749cd5
version
:
2.1
orbs
:
ci-go
:
ipfs/ci-go@0.2
workflows
:
version
:
2
test
:
jobs
:
-
ci-go/build
-
ci-go/lint
-
ci-go/test
-
ci-go/test
:
race
:
true
name
:
"
ci-go/test/race"
.travis.yml
deleted
100644 → 0
View file @
cbd0b2e1
os
:
-
linux
language
:
go
go
:
-
1.11.x
env
:
global
:
-
GOTFLAGS="-race"
-
BUILD_DEPTYPE=gomod
# disable travis install
install
:
-
true
script
:
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
-
$GOPATH/pkg/mod
-
$HOME/.cache/go-build
notifications
:
email
:
false
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