diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505c649..f6530f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: