diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 056467e6..4d457312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: with: github-token: ${{ secrets.COVERALLS_TOKEN }} path-to-lcov: ./coverage/lcov.info - devug: true + debug: true