diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2593b09..07e3545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: make lint - name: Tests - run: make tests + run: CI=true make test - name: Build run: make build