Skip to content

Commit

Permalink
shard epoch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Jan 17, 2025
1 parent 46e1c0a commit a2d2a1d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
- test-ci-3
- test-ci-4
- test-ci-5
- test-ci-6
- test-ci-6-1
- test-ci-6-2
- test-ci-6-3
- test-ci-6-4
- test-ci-6-5
- test-ci-6-6
- test-ci-rest
fail-fast: false
runs-on: ubuntu-latest
Expand Down
24 changes: 22 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,29 @@ test-ci-5:
echo Running integration test group 5
RUST_LOG=info cargo nextest run --profile ci tests_5 --lib --bins --tests --benches --workspace --no-fail-fast

test-ci-6:
test-ci-6-1:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:1/6

test-ci-6-2:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:2/6

test-ci-6-3:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:3/6

test-ci-6-4:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:4/6

test-ci-6-5:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:5/6

test-ci-6-6:
echo Running integration test group 6
RUST_LOG=info cargo nextest run --profile ci tests_6 --lib --bins --tests --benches --workspace --no-fail-fast --partition hash:6/6

# Usage:
#
Expand Down

0 comments on commit a2d2a1d

Please sign in to comment.