Add ORC testing for the devel branch (#98)
This commit is contained in:
parent
fa6e9b09e2
commit
0fe16fac47
|
@ -159,11 +159,7 @@ jobs:
|
||||||
nimble install -y toml_serialization json_serialization unittest2
|
nimble install -y toml_serialization json_serialization unittest2
|
||||||
rm -f nimble.lock
|
rm -f nimble.lock
|
||||||
env NIMFLAGS="${NIMFLAGS} --mm:refc" nimble test
|
env NIMFLAGS="${NIMFLAGS} --mm:refc" nimble test
|
||||||
let "linux32= "${{ matrix.target.os }}" == "linux" && "${{ matrix.target.cpu }}" == "i386""
|
if [[ ${{matrix.branch}} == "devel" ]]; then
|
||||||
if [[ "${{ matrix.branch }}" == "devel" && "$linux32" == 0 ]]; then
|
|
||||||
echo -e "\nTesting with '--mm:orc':\n"
|
echo -e "\nTesting with '--mm:orc':\n"
|
||||||
if env NIMFLAGS="${NIMFLAGS} --mm:orc" nimble test; then
|
env NIMFLAGS="${NIMFLAGS} --mm:orc" nimble test
|
||||||
echo "Nim devel with --mm:orc works again! Please remove this check in ci.yml"
|
|
||||||
false
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue