juancarlospaco / nodejs

Alternative StdLib for Nim for NodeJS/JavaScript targets, hijacks NodeJS StdLib for Nim

Home Page:https://juancarlospaco.github.io/nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check

github-actions opened this issue · comments

for i in *.nim; do

$CMD2 $i

done

# TODO: check

      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

    - name: Test GUI
      shell: bash
      run: |
        cd tests/
        for i in *.nim; do
          $CMD $i
        done
    # TODO: check
    #     for i in *.nim; do
    #       $CMD2 $i
    #     done