Skip to content

Commit

Permalink
Custom reed-solomon decoding (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman authored Dec 27, 2023
1 parent 38b2ef0 commit edd228c
Show file tree
Hide file tree
Showing 17 changed files with 814 additions and 230 deletions.
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

0 comments on commit edd228c

Please sign in to comment.