From 6cedd16753f60cae36ba3685954c7fa3e2cf0dad Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 2 Jan 2026 17:02:49 +0100 Subject: [PATCH] Add test for NATS in the Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f97cbc4d..90264121 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,10 @@ test-export-influxdb-v3: ## Run interface tests with InfluxDB version 3 (Core) test-export-timescaledb: ## Run interface tests with TimescaleDB /bin/bash ./tests/test_export_timescaledb.sh -test-exports: test-export-csv test-export-json test-export-influxdb-v1 test-export-influxdb-v3 test-export-timescaledb ## Tests all exports +test-export-nats: ## Run interface tests with NATS + /bin/bash ./tests/test_export_nats.sh + +test-exports: test-export-csv test-export-json test-export-influxdb-v1 test-export-influxdb-v3 test-export-timescaledb test-export-nats ## Tests all exports # =================================================================== # Linters, profilers and cyber security