This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Always run fmt check in CI (
#2546
)
master
Ethan Koenig
Lunny Xiao
7 years ago
parent
6718ea6ff1
commit
fa1cbc2896
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.drone.yml
+1
-1
Makefile
+ 1
- 0
.drone.yml
View File
@@ -20,6 +20,7 @@ pipeline:
- make generate
- make generate
- make vet
- make vet
- make lint
- make lint
- make fmt-check
- make stylesheets-check
- make stylesheets-check
- make misspell-check
- make misspell-check
- make test-vendor
- make test-vendor
+ 1
- 1
Makefile
View File
@@ -132,7 +132,7 @@ fmt-check:
fi;
fi;
.PHONY: test
.PHONY: test
test:
fmt-check
test:
$(GO) test $(PACKAGES)
$(GO) test $(PACKAGES)
.PHONY: coverage
.PHONY: coverage
Write
Preview
Loading…
Cancel
Save