Reenable tests (#151)

This commit is contained in:
andri lim 2024-01-23 09:25:38 +07:00 committed by GitHub
parent f5580fff3e
commit 98b6c3006f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,12 +158,12 @@ jobs:
bash build_nim.sh nim csources dist/nimble NimBinaries bash build_nim.sh nim csources dist/nimble NimBinaries
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
# - name: Run tests - name: Run tests
# run: | run: |
# nim --version nim --version
# nimble --version nimble --version
# nimble install -y --depsOnly nimble install -y --depsOnly
# nimble test nimble test
autobahn-test: autobahn-test:
if: github.event_name == 'push' || github.event_name == 'pull_request' if: github.event_name == 'push' || github.event_name == 'pull_request'