Skip to content

Commit af2846e

Browse files
Copilotjosecelano
andcommitted
chore: [#146] replace e2e-tests-full with split tests in pre-commit script
Co-authored-by: josecelano <[email protected]>
1 parent 17bbe8d commit af2846e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pre-commit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ declare -a STEPS=(
2020
"Running linters|All linters passed|||cargo run --bin linter all"
2121
"Running tests|All tests passed|||cargo test"
2222
"Testing cargo documentation|Documentation builds successfully|||cargo doc --no-deps --bins --examples --workspace --all-features"
23-
"Running comprehensive E2E tests|All E2E tests passed|(Filtering logs to WARNING level and above - this may take a few minutes)|RUST_LOG=warn|cargo run --bin e2e-tests-full"
23+
"Running E2E provision and destroy tests|Provision and destroy tests passed|(Testing infrastructure lifecycle - this may take a few minutes)|RUST_LOG=warn|cargo run --bin e2e-provision-and-destroy-tests"
24+
"Running E2E configuration tests|Configuration tests passed|(Testing software installation and configuration)|RUST_LOG=warn|cargo run --bin e2e-config-tests"
2425
"Running code coverage check|Coverage meets 75% threshold|(Informational only - does not block commits)||cargo cov-check"
2526
)
2627

0 commit comments

Comments
 (0)