diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9198e03..b252b0f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Test, Build id: lintTestBuild - run: V=1 make ci + run: V=1 make - name: Codecov uses: codecov/codecov-action@v1.2.1