From 38c2a67905dc92a6da19cd142da96a9de995d91b Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 8 Mar 2022 18:35:05 -0800 Subject: [PATCH] Add integration test to github actions Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: