mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-07 16:03:09 +00:00
check dirs
This commit is contained in:
parent
41c56c596c
commit
25dacebf7f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -175,6 +175,8 @@ jobs:
|
|||||||
- name: Setup Deps
|
- name: Setup Deps
|
||||||
run: |
|
run: |
|
||||||
nimble install -d
|
nimble install -d
|
||||||
|
find ./.nimble/
|
||||||
|
find ~/.nimble/
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
@ -182,7 +184,11 @@ jobs:
|
|||||||
# https://github.com/status-im/nimbus-eth2/issues/3121
|
# https://github.com/status-im/nimbus-eth2/issues/3121
|
||||||
export NIMFLAGS="-d:nimRawSetjmp"
|
export NIMFLAGS="-d:nimRawSetjmp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
find ./.nimble/
|
||||||
|
find ~/.nimble/
|
||||||
nimble test -y
|
nimble test -y
|
||||||
|
|
||||||
if [[ "${{ matrix.branch }}" == "version-1-6" || "${{ matrix.branch }}" == "devel" ]]; then
|
if [[ "${{ matrix.branch }}" == "version-1-6" || "${{ matrix.branch }}" == "devel" ]]; then
|
||||||
echo -e "\nTesting with '--gc:orc':\n"
|
echo -e "\nTesting with '--gc:orc':\n"
|
||||||
export NIMFLAGS="${NIMFLAGS} --gc:orc"
|
export NIMFLAGS="${NIMFLAGS} --gc:orc"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user