Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom reed-solomon decoding #42

Merged
merged 5 commits into from
Dec 27, 2023
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: sudo apt-get install -y libkrb5-dev libgsasl-dev

- name: build and lint with clippy
run: cargo clippy --tests --features kerberos,token,integration-test,rs
run: cargo clippy --tests --features kerberos,token,integration-test

- name: Check docs
run: cargo doc
Expand All @@ -66,7 +66,7 @@ jobs:
run: cargo check --features object_store

- name: Check all features
run: cargo check --features kerberos,token,object_store,rs,integration-test
run: cargo check --features kerberos,token,object_store,integration-test

test:
strategy:
Expand Down Expand Up @@ -109,4 +109,4 @@ jobs:
echo "$GITHUB_WORKSPACE/hadoop-3.3.6/bin" >> $GITHUB_PATH

- name: Run tests
run: cargo test --features kerberos,token,object_store,integration-test,rs
run: cargo test --features kerberos,token,object_store,integration-test
Loading
Loading