mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
Merge #819
819: run clippy during tests r=MarinPostma a=MarinPostma Co-authored-by: marin <postma.marin@protonmail.com> Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
4262561596
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -22,11 +22,16 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: clippy
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --locked --release
|
||||
- name: Run cargo clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
build-image:
|
||||
name: Test the build of Docker image
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user