This website works better with JavaScript.
Explore
Help
Register
Sign In
flyskype
/
drone-with-go
Watch
1
Star
0
Fork
You've already forked drone-with-go
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
adding test step in ci pipeline
Browse Source
pull/3/head
josebarn
7 years ago
parent
bece61fc79
commit
5f4a28f5f6
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
.drone.yml
Unescape
Escape
View File
@ -3,6 +3,10 @@ pipeline:
image
:
${IMAGE}
commands:
-
go build
test:
image
:
${IMAGE}
commands:
-
go test
matrix:
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
flyskype/drone-with-go
Title
Body
Create Issue