Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[test-groups]
# Limit concurrency for tests that spin up Docker containers (Kafka + MinIO)
# to avoid resource contention causing container startup failures.
container-tests = { max-threads = 4 }

[[profile.default.overrides]]
filter = 'binary_id(audit::s3_test) | binary_id(audit::integration_tests)'
test-group = 'container-tests'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ jobs:
key: nightly-${{ hashFiles('Cargo.lock') }}
- name: Install just
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- run: just check-format
- run: just check-deny
Loading