Skip to content

Commit ab184f3

Browse files
authored
Merge pull request #288 from r-dbi/f-odbc-mysql
2 parents 78afb1e + 1295372 commit ab184f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revdep-dev/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: test
33
TESTTHAT_REPORTER ?= testthat::ProgressReporter\$$new(max_failures = Inf, update_interval = Inf)
44

55
# 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
6+
REVDEP := RMariaDB RSQLite RPostgres RKazam duckdb odbc-SQLServer odbc-MySQL odbc-PostgreSQL odbc-SQLite
77
TEST_TARGETS := $(patsubst %,test-%,${REVDEP})
88

99
LIB_DIR := $(shell Rscript -e "cat(.libPaths()[1])")

0 commit comments

Comments
 (0)