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

View File

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