We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a99166 commit 3913626Copy full SHA for 3913626
Makefile
@@ -72,7 +72,7 @@ test-integration: test-runtime
72
# Run all of the integration tests including those that use some sort of assumed external dependency (e.g., Docker, a language toolchain, etc.)
73
.PHONY: test-integration-full
74
test-integration-full: test-runtime-full
75
- cargo test --release integration_tests --no-default-features --features extern-dependencies-tests --no-fail-fast -- --nocapture
+ cargo test --release integration_tests --no-default-features --no-fail-fast -- --nocapture
76
77
# simple convenience for developing with TLS
78
.PHONY: tls
0 commit comments