mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-22 16:39:19 +00:00
Reenable tests (#151)
This commit is contained in:
parent
f5580fff3e
commit
98b6c3006f
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user