Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from filecoin-project/circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk authored Jan 20, 2021
2 parents 3a7d598 + 2c3b111 commit 34a1629
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Golang CircleCI 2.0 configuration file
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15
working_directory: /go/src/github.com/filecoin-project/go-bs-lmdb
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...

0 comments on commit 34a1629

Please sign in to comment.