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
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
# - name: Run tests
# run: |
# nim --version
# nimble --version
# nimble install -y --depsOnly
# nimble test
- name: Run tests
run: |
nim --version
nimble --version
nimble install -y --depsOnly
nimble test
autobahn-test:
if: github.event_name == 'push' || github.event_name == 'pull_request'