Skip to content

Commit

Permalink
Reenable tests (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 23, 2024
1 parent f5580ff commit 98b6c30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 98b6c30

Please sign in to comment.