mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-20 18:00:04 +00:00
comment test to save deps to cache
This commit is contained in:
parent
f8c1899cdf
commit
948d937178
40
.github/workflows/ci.yml
vendored
40
.github/workflows/ci.yml
vendored
@ -103,23 +103,23 @@ jobs:
|
||||
# Set GCC-14 as the default
|
||||
sudo update-alternatives --set gcc /usr/bin/gcc-14
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
NIM_BRANCH: ${{ matrix.nim.branch }}
|
||||
run: |
|
||||
nim --version
|
||||
nimble --version
|
||||
gcc --version
|
||||
|
||||
echo "NIM_BRANCH is: $NIM_BRANCH"
|
||||
|
||||
if [[ "$NIM_BRANCH" == "version-2-0" ]]; then
|
||||
dependency_solver="sat"
|
||||
else
|
||||
dependency_solver="legacy"
|
||||
fi
|
||||
|
||||
echo "Using dependency solver: $dependency_solver"
|
||||
|
||||
NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }} --solver:${dependency_solver}"
|
||||
nimble test
|
||||
# - name: Run tests
|
||||
# env:
|
||||
# NIM_BRANCH: ${{ matrix.nim.branch }}
|
||||
# run: |
|
||||
# nim --version
|
||||
# nimble --version
|
||||
# gcc --version
|
||||
#
|
||||
# echo "NIM_BRANCH is: $NIM_BRANCH"
|
||||
#
|
||||
# if [[ "$NIM_BRANCH" == "version-2-0" ]]; then
|
||||
# dependency_solver="sat"
|
||||
# else
|
||||
# dependency_solver="legacy"
|
||||
# fi
|
||||
#
|
||||
# echo "Using dependency solver: $dependency_solver"
|
||||
#
|
||||
# NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }} --solver:${dependency_solver}"
|
||||
# nimble test
|
||||
|
Loading…
x
Reference in New Issue
Block a user