Skip to content

Commit

Permalink
Add ORC testing for the devel branch (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jan 26, 2024
1 parent fa6e9b0 commit 0fe16fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@ jobs:
nimble install -y toml_serialization json_serialization unittest2
rm -f nimble.lock
env NIMFLAGS="${NIMFLAGS} --mm:refc" nimble test
let "linux32= "${{ matrix.target.os }}" == "linux" && "${{ matrix.target.cpu }}" == "i386""
if [[ "${{ matrix.branch }}" == "devel" && "$linux32" == 0 ]]; then
if [[ ${{matrix.branch}} == "devel" ]]; then
echo -e "\nTesting with '--mm:orc':\n"
if env NIMFLAGS="${NIMFLAGS} --mm:orc" nimble test; then
echo "Nim devel with --mm:orc works again! Please remove this check in ci.yml"
false
fi
env NIMFLAGS="${NIMFLAGS} --mm:orc" nimble test
fi

0 comments on commit 0fe16fa

Please sign in to comment.