Refactor
All checks were successful
CI / Typos (push) Successful in 8s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 52s

This commit is contained in:
2025-05-03 16:42:33 -07:00
parent b8302d3381
commit 64f45a443c
17 changed files with 1229 additions and 996 deletions

View File

@ -29,9 +29,9 @@ jobs:
sudo apt update
DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup
rustup default stable
- name: Run clippy
working-directory: ./index
run: cargo clippy --all-targets --all-features
buildandtest:
@ -45,11 +45,10 @@ jobs:
sudo apt update
DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup
rustup default stable
- name: Build
working-directory: ./index
run: cargo build --release
- name: Test
working-directory: ./index
run: cargo test --release