From fb1e92f23fe020c7e429cca34d09b8797887841e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 21 May 2022 15:45:12 -0400 Subject: ci/codecov: Run the sudo tests --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5853504..5de8578 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -24,7 +24,7 @@ jobs: - name: Generate coverage run: | - make -j$(nproc) gcov check + make -j$(nproc) gcov check TEST_FLAGS="--sudo" gcov -abcfu obj/*/*.o - uses: codecov/codecov-action@v2 -- cgit v1.2.3