summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-05-21 15:45:12 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-21 15:45:12 -0400
commitfb1e92f23fe020c7e429cca34d09b8797887841e (patch)
treed77f09a63009b9d6ff25b87957f81f91a0e9db9c /.github
parent484e05d3dc2301f95f2a3146c4680eee89d5d8d7 (diff)
downloadbfs-fb1e92f23fe020c7e429cca34d09b8797887841e.tar.xz
ci/codecov: Run the sudo tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codecov.yml2
1 files changed, 1 insertions, 1 deletions
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