mirror of
https://github.com/mudler/luet.git
synced 2025-09-24 20:47:37 +00:00
Add integration tests to run on travis
This commit is contained in:
@@ -9,7 +9,7 @@ before_install:
|
||||
- make deps
|
||||
- curl -LO https://storage.googleapis.com/container-diff/latest/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && mkdir -p $HOME/bin && export PATH=$PATH:$HOME/bin && mv container-diff-linux-amd64 $HOME/bin/container-diff
|
||||
script:
|
||||
- make multiarch-build test
|
||||
- make multiarch-build test test-integration
|
||||
after_success:
|
||||
- make coverage
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Reference in New Issue
Block a user