Merge pull request #25 from meilisearch/update-ci

Update the Github Actions settings
This commit is contained in:
Clément Renault 2020-11-03 18:53:04 +01:00 committed by GitHub
commit 32486b5beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 16 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
status = ["ci (stable)"]
# 4 hours timeout
timeout-sec = 14400