mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-25 17:28:13 +02:00
fix(CI): skip MySQL tests for c++20
This commit is contained in:
parent
437fa66892
commit
78b87b48e0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- run: ./configure --config=Linux-c++20 --everything --omit=PDF && make all -s -j4 && sudo make install
|
- run: ./configure --config=Linux-c++20 --everything --omit=PDF && make all -s -j4 && sudo make install
|
||||||
- run: >-
|
- run: >-
|
||||||
sudo -s
|
sudo -s
|
||||||
EXCLUDE_TESTS="Data/ODBC Data/PostgreSQL MongoDB"
|
EXCLUDE_TESTS="Data/ODBC Data/MySQL Data/PostgreSQL MongoDB"
|
||||||
./ci/runtests.sh
|
./ci/runtests.sh
|
||||||
|
|
||||||
linux-gcc-make-asan:
|
linux-gcc-make-asan:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user