mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-06 07:23:11 +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
|
||||
run: |
|
||||
nimble install -d
|
||||
find ./.nimble/
|
||||
find ~/.nimble/
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
@ -182,7 +184,11 @@ jobs:
|
||||
# https://github.com/status-im/nimbus-eth2/issues/3121
|
||||
export NIMFLAGS="-d:nimRawSetjmp"
|
||||
fi
|
||||
|
||||
find ./.nimble/
|
||||
find ~/.nimble/
|
||||
nimble test -y
|
||||
|
||||
if [[ "${{ matrix.branch }}" == "version-1-6" || "${{ matrix.branch }}" == "devel" ]]; then
|
||||
echo -e "\nTesting with '--gc:orc':\n"
|
||||
export NIMFLAGS="${NIMFLAGS} --gc:orc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user