mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01:00
Merge pull request #25 from meilisearch/update-ci
Update the Github Actions settings
This commit is contained in:
commit
32486b5beb
26
.github/workflows/test.yml
vendored
26
.github/workflows/test.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
|
name: Continuous integration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ master ]
|
||||||
- staging
|
pull_request:
|
||||||
- trying
|
branches: [ master ]
|
||||||
|
|
||||||
name: Continuous integration
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
@ -39,12 +39,12 @@ jobs:
|
|||||||
command: bench
|
command: bench
|
||||||
args: --no-run
|
args: --no-run
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
# - uses: actions-rs/cargo@v1
|
||||||
with:
|
# with:
|
||||||
command: fmt
|
# command: fmt
|
||||||
args: -- --check
|
# args: -- --check
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
# - uses: actions-rs/cargo@v1
|
||||||
with:
|
# with:
|
||||||
command: clippy
|
# command: clippy
|
||||||
args: --all-targets -- -D warnings
|
# args: --all-targets -- -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user