Skip to content

Commit

Permalink
#136 Do not run shuffled tests
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <[email protected]>
  • Loading branch information
vityaman authored and mike-lischke committed Aug 8, 2024
1 parent b3e7615 commit 5f7b5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/cpp/ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [ $? -ne 0 ]; then
exit 1
fi

exit 0 # https://github.com/mike-lischke/antlr4-c3/issues/136

set -e

TESTS="
Expand Down

0 comments on commit 5f7b5c5

Please sign in to comment.