mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: add postgres unit tests to makefile and CI
This commit is contained in:
parent
3ee5bb6365
commit
9d7f3bf2fa
3 changed files with 9 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -95,6 +95,10 @@ unit:
|
|||
@$(call print, "Running unit tests.")
|
||||
$(UNIT)
|
||||
|
||||
unit-postgres:
|
||||
@$(call print, "Running unit tests with postgres.")
|
||||
$(UNIT) -tags=test_db_postgres
|
||||
|
||||
# =========
|
||||
# UTILITIES
|
||||
# =========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue