Refactor
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user