diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07513e4..cc8b520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,6 @@ jobs: run: lix download - name: Run Test - run: lix run travix ${{ matrix.target }} \ No newline at end of file + run: lix run travix ${{ matrix.target }} + env: + CI: "true" \ No newline at end of file