good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
maticnetwork
bor
Commits
e69fe674
Unverified
Commit
e69fe674
authored
4 years ago
by
Jaynti Kanani
Browse files
Options
Downloads
Patches
Plain Diff
fix test
parent
1a360aeb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
2 additions
and
2 deletions
.circleci/config.yml
+
1
−
1
View file @
e69fe674
...
...
@@ -15,6 +15,6 @@ jobs:
steps
:
-
checkout
# check out source code to working directory
-
run
:
command
:
make
bor
command
:
make
all
-
run
:
command
:
make test
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
e69fe674
...
...
@@ -33,7 +33,7 @@ ios:
@
echo
"Import
\"
$(
GOBIN
)
/bor.framework
\"
to use the library."
test
:
bor
go
test
github.com/maticnetwork/bor/consensus/bor_test
go
test
github.com/maticnetwork/bor/consensus/bor
/bor
_test
lint
:
##
Run linters.
$(
GORUN
)
build/ci.go lint
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment