vlang / vtl

The V Tensor Library
https://vlang.github.io/vtl
MIT License
148 stars 21 forks source link

Remove continue-on-error when v fmt -verify is fixed for VSL on CI #39

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/vlang/vtl/blob/9f6e1cf9700af21cac2acee78cdafe0c315abf86/.github/workflows/ci.yml#L109


        run: mv ./vtl ~/.vmodules

      - name: Verify Fmt
        # TODO: Remove continue-on-error when v fmt -verify is fixed for VSL on CI
        continue-on-error: true
        run: |
          cd ~
          v fmt -verify ~/.vmodules/vtl

  run-tests:
    runs-on: ${{ matrix.os }}