Skip to content

Commit

Permalink
Merge branch 'main' into vianney/data-pipeline/add-benchmark-for-conc…
Browse files Browse the repository at this point in the history
…entrator
  • Loading branch information
VianneyRuhlmann committed Sep 4, 2024
2 parents e04263d + 081589b commit 56c8802
Show file tree
Hide file tree
Showing 23 changed files with 1,800 additions and 1,127 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: rustup install ${{ matrix.rust_version }} && rustup default ${{ matrix.rust_version }} && rustup component add clippy
- name: Run clippy on ${{ matrix.platform }} ${{ matrix.rust_version }}
shell: bash
run: cargo clippy --all-targets --all-features -- -D warnings "$([ ${{ matrix.rust_version }} = 1.71.1 ] && echo -Aunknown-lints)"
run: |
# shellcheck disable=SC2046
cargo clippy --all-targets --all-features -- -D warnings $([ ${{ matrix.rust_version }} = 1.71.1 ] && echo -Aunknown-lints -Aclippy::cast_ref_to_mut)
licensecheck:
runs-on: ubuntu-latest
name: "Presence of licence headers"
Expand Down
72 changes: 42 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56c8802

Please sign in to comment.