Skip to content

Commit b7c00c1

Browse files
fix(tests): Re-enable MQTT and Postgres tests
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent 4fff1ba commit b7c00c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test-integration: test-runtime
7272
# Run all of the integration tests including those that use some sort of assumed external dependency (e.g., Docker, a language toolchain, etc.)
7373
.PHONY: test-integration-full
7474
test-integration-full: test-runtime-full
75-
cargo test --release integration_tests --no-default-features --features extern-dependencies-tests --no-fail-fast -- --nocapture
75+
cargo test --release integration_tests --no-default-features --no-fail-fast -- --nocapture
7676

7777
# simple convenience for developing with TLS
7878
.PHONY: tls

0 commit comments

Comments
 (0)