mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +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',
|
||||
commands: [
|
||||
'make build',
|
||||
'make test',
|
||||
'make test-integration',
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ steps:
|
|||
image: golang:1.12
|
||||
commands:
|
||||
- make build
|
||||
- make test
|
||||
- make test-integration
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue