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
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user