mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-21 17:18:35 +00:00
test: set cancel-in-progress: false
- nimble install -y --depsOnly
This commit is contained in:
parent
963c1ddffb
commit
0bffa96edd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: Install deps
|
- name: Install deps
|
||||||
# if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
|
# if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
|
||||||
run: |
|
run: |
|
||||||
nimble install_pinned
|
nimble install -y --depsOnly
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user