diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 15:45:12 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 15:45:12 -0400 |
commit | fb1e92f23fe020c7e429cca34d09b8797887841e (patch) | |
tree | d77f09a63009b9d6ff25b87957f81f91a0e9db9c /.github | |
parent | 484e05d3dc2301f95f2a3146c4680eee89d5d8d7 (diff) | |
download | bfs-fb1e92f23fe020c7e429cca34d09b8797887841e.tar.xz |
ci/codecov: Run the sudo tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codecov.yml | 2 |
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 |