Skip to content

Commit

Permalink
Add integration test to github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
dmcgowan committed Mar 15, 2022
1 parent 856e79d commit 27b4008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27b4008

Please sign in to comment.