From c5ed2aba0b011ed9a6fde27b72fb5a862b6f5fa0 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Sun, 7 Aug 2022 07:19:40 +0200 Subject: [PATCH] fix(CI): skip MySQL tests for c++20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e717067..8182d1edf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: