Skip to content

Commit e19dd13

Browse files
Merge pull request #22 from OpenArchive/ci/pr-smoke-tests
ci: limit save-rust PR tests to smoke subset
2 parents 2461302 + 3482838 commit e19dd13

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/lint_and_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
SAVE_VEILID_LOCAL_TEST_MODE: "1"
3636
# Retries configured in .config/nextest.toml (nextest default path)
3737
# --no-fail-fast: run all tests in this PR subset even when some fail.
38-
# Exclude long P2P network convergence tests from PR CI; run them in dedicated/nightly workflows.
38+
# Keep PR CI focused on save-rust smoke coverage.
39+
# Backend/P2P-heavy tests run in save-dweb-backend and/or dedicated workflows.
3940
run: >
4041
cargo nextest run
4142
--profile ci-virtual
4243
--no-fail-fast
43-
-E 'not (test(test_join_group) | test(test_replicate_group) | test(test_refresh_joined_group) | test(test_idempotent_create_repo_after_join))'
44+
-E 'test(basic_test) | test(test_health_endpoint) | test(test_upload_list_delete)'

0 commit comments

Comments
 (0)