We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78afb1e + 1295372 commit ab184f3Copy full SHA for ab184f3
revdep-dev/Makefile
@@ -3,7 +3,7 @@ all: test
3
TESTTHAT_REPORTER ?= testthat::ProgressReporter\$$new(max_failures = Inf, update_interval = Inf)
4
5
# The REVDEP definition also decides what is run on GitHub Actions in backends.yaml
6
-REVDEP := RMariaDB RSQLite RPostgres RKazam duckdb odbc-SQLServer odbc-PostgreSQL odbc-SQLite
+REVDEP := RMariaDB RSQLite RPostgres RKazam duckdb odbc-SQLServer odbc-MySQL odbc-PostgreSQL odbc-SQLite
7
TEST_TARGETS := $(patsubst %,test-%,${REVDEP})
8
9
LIB_DIR := $(shell Rscript -e "cat(.libPaths()[1])")
0 commit comments