Add integration test to github actions

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2022-03-08 18:35:05 -08:00
parent 84187a847b
commit 38c2a67905

View File

@ -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: