mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 09:25:08 +01:00
Run unit tests and integration tests in CI
This commit is contained in:
parent
807ab8dc76
commit
ce22ada9e2
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
||||||
name: 'build',
|
name: 'build',
|
||||||
commands: [
|
commands: [
|
||||||
'make build',
|
'make build',
|
||||||
|
'make test',
|
||||||
'make test-integration',
|
'make test-integration',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ steps:
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- make build
|
- make build
|
||||||
|
- make test
|
||||||
- make test-integration
|
- make test-integration
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue