mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-17 20:37:54 +02:00
make testing all databases the default (#2043)
This commit is contained in:
parent
8cf73382b4
commit
23b83aa347
6
Makefile
6
Makefile
@ -102,11 +102,11 @@ watch-single-user: modd-precheck ## Run both server and webapp in single user mo
|
||||
watch-server-test: modd-precheck ## Run server tests watching for changes
|
||||
modd -f modd-servertest.conf
|
||||
|
||||
server-test: ## Run server tests
|
||||
server-test: server-test-sqlite server-test-mysql server-test-postgres ## Run server tests
|
||||
|
||||
server-test-sqlite: ## Run server tests using sqlite
|
||||
cd server; go test -race -v -count=1 ./...
|
||||
|
||||
|
||||
|
||||
server-test-mysql: export FB_UNIT_TESTING=1
|
||||
server-test-mysql: export FB_STORE_TEST_DB_TYPE=mysql
|
||||
server-test-mysql: export FB_STORE_TEST_DOCKER_PORT=44445
|
||||
|
Loading…
x
Reference in New Issue
Block a user