From 48503cf44f662fc391412c33e5e3d7771520fdd7 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 3 Mar 2021 18:23:29 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc3ccb..73b7e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: with: submodules: 'recursive' + - name: Install kcov + run: sudo apt-get install -y kcov + - name: Run tests run: test/test.sh