mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Merge pull request #25 from meilisearch/update-ci
Update the Github Actions settings
This commit is contained in:
commit
32486b5beb
2 changed files with 13 additions and 16 deletions
26
.github/workflows/test.yml
vendored
26
.github/workflows/test.yml
vendored
|
@ -1,10 +1,10 @@
|
|||
name: Continuous integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
- trying
|
||||
|
||||
name: Continuous integration
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
@ -39,12 +39,12 @@ jobs:
|
|||
command: bench
|
||||
args: --no-run
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: -- --check
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: fmt
|
||||
# args: -- --check
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-targets -- -D warnings
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: clippy
|
||||
# args: --all-targets -- -D warnings
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
status = ["ci (stable)"]
|
||||
# 4 hours timeout
|
||||
timeout-sec = 14400
|
Loading…
Add table
Add a link
Reference in a new issue