Skip to content

Allow configuring the max number of chunk retries #84

Allow configuring the max number of chunk retries

Allow configuring the max number of chunk retries #84

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
test-unit:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
with:
bins: cargo-nextest, [email protected]
- run: just test-unit
test-integration:
name: Integration test (& build all in dev-mode)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-nix-direnv-rust
- run: just test-integration
lint:
name: Lint & Style Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-nix-direnv-rust
- run: just lint