mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
Merge pull request #2738 from waku-org/fix/macos-ci
fix: move postgres related tests under linux conditional
This commit is contained in:
commit
aba06cd947
@ -24,7 +24,11 @@ when os == "Linux" and
|
|||||||
# GitHub only supports container actions on Linux
|
# GitHub only supports container actions on Linux
|
||||||
# and we need to start a postgress database in a docker container
|
# and we need to start a postgress database in a docker container
|
||||||
defined(postgres):
|
defined(postgres):
|
||||||
import ./waku_archive/test_driver_postgres_query, ./waku_archive/test_driver_postgres
|
import
|
||||||
|
./waku_archive/test_driver_postgres_query,
|
||||||
|
./waku_archive/test_driver_postgres,
|
||||||
|
./factory/test_node_factory,
|
||||||
|
./wakunode_rest/test_rest_store
|
||||||
|
|
||||||
# Waku store test suite
|
# Waku store test suite
|
||||||
import
|
import
|
||||||
@ -80,7 +84,6 @@ import
|
|||||||
./wakunode_rest/test_rest_relay,
|
./wakunode_rest/test_rest_relay,
|
||||||
./wakunode_rest/test_rest_relay_serdes,
|
./wakunode_rest/test_rest_relay_serdes,
|
||||||
./wakunode_rest/test_rest_serdes,
|
./wakunode_rest/test_rest_serdes,
|
||||||
./wakunode_rest/test_rest_store,
|
|
||||||
./wakunode_rest/test_rest_filter,
|
./wakunode_rest/test_rest_filter,
|
||||||
./wakunode_rest/test_rest_lightpush,
|
./wakunode_rest/test_rest_lightpush,
|
||||||
./wakunode_rest/test_rest_admin,
|
./wakunode_rest/test_rest_admin,
|
||||||
@ -90,4 +93,3 @@ import
|
|||||||
import ./waku_rln_relay/test_all
|
import ./waku_rln_relay/test_all
|
||||||
|
|
||||||
# Node Factory
|
# Node Factory
|
||||||
import ./factory/test_node_factory
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user