We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f057125 commit fba4b5bCopy full SHA for fba4b5b
revdep-dev/Makefile
@@ -5,7 +5,8 @@ TESTTHAT_REPORTER ?= testthat::ProgressReporter\$$new(max_failures = Inf, update
5
# The REVDEP definition also decides what is run on GitHub Actions in backends.yaml
6
# FIXME: Re-add duckdb, very slow on GitHub Actions
7
# FIXME: Re-add odbc-postgres and odbc-sqlite, broken with new Arrow tests
8
-REVDEP := RMariaDB RSQLite RPostgres RKazam adbi odbc-sql-server odbc-mysql
+# FIXME: Re-add RPostgres adbi odbc-sql-server, #343
9
+REVDEP := RMariaDB RSQLite RKazam odbc-mysql
10
TEST_TARGETS := $(patsubst %,test-%,${REVDEP})
11
12
LIB_DIR := $(shell Rscript -e "cat(.libPaths()[1])")
0 commit comments