fix(CI): skip MySQL tests for c++20

This commit is contained in:
Alex Fabijanic 2022-08-07 07:19:40 +02:00
parent 437fa66892
commit 78b87b48e0

View File

@ -30,7 +30,7 @@ jobs:
- run: ./configure --config=Linux-c++20 --everything --omit=PDF && make all -s -j4 && sudo make install
- run: >-
sudo -s
EXCLUDE_TESTS="Data/ODBC Data/PostgreSQL MongoDB"
EXCLUDE_TESTS="Data/ODBC Data/MySQL Data/PostgreSQL MongoDB"
./ci/runtests.sh
linux-gcc-make-asan: