Add integration test to github actions
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
84187a847b
commit
38c2a67905
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -86,6 +86,11 @@ jobs:
|
||||
run: |
|
||||
make coverage TESTFLAGS_RACE=-race
|
||||
|
||||
- name: Integration Tests
|
||||
working-directory: src/github.com/containerd/ttrpc
|
||||
run: |
|
||||
make integration
|
||||
|
||||
- name: Code Coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user