Skip to content

Commit 9a84693

Browse files
committed
use CI profile
1 parent 07ee9b0 commit 9a84693

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
@@ -64,7 +64,7 @@ test-default-features: ## Runs test suite using default features
6464
@cargo nextest run --no-fail-fast --status-level skip
6565

6666
test-fast: ## Runs a fast local test suite (skips guest builds and docker tests)
67-
@SKIP_GUEST_BUILD=1 SP1_SKIP_PROGRAM_BUILD=1 SOV_TEST_SKIP_DOCKER=1 cargo nextest run --no-fail-fast --status-level skip --all-features --profile local-fast
67+
@SKIP_GUEST_BUILD=1 SP1_SKIP_PROGRAM_BUILD=1 SOV_TEST_SKIP_DOCKER=1 cargo nextest run --no-fail-fast --status-level skip --all-features --profile ci
6868

6969
docker-pull-test-images: ## Pre-pull docker images used by integration tests
7070
docker pull ghcr.io/sovereign-labs/celestia-validator-devnet:v6.2.2-mocha

0 commit comments

Comments
 (0)