mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-12 07:58:54 +01:00
Merge #842
842: bors setup r=LegendreM a=MarinPostma set up bors to run the tests and merge automatically. the tests are now run only on staging and trying branches you can use `bors r+` to test and merge the branch into master if the tests succeed or you can just use `bors try` to run the test on the trying branch (synced with master) Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
a0637c2c6d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,5 +1,9 @@
|
||||
---
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
- trying
|
||||
|
||||
name: Test binaries with cargo test
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
<a href="https://github.com/meilisearch/MeiliSearch/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
|
||||
<a href="https://slack.meilisearch.com"><img src="https://img.shields.io/badge/slack-MeiliSearch-blue.svg?logo=slack" alt="Slack"></a>
|
||||
<a href="https://github.com/meilisearch/MeiliSearch/discussions" alt="Discussions"><img src="https://img.shields.io/badge/github-discussions-red" /></a>
|
||||
<a href="https://app.bors.tech/repositories/26457"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine 🔍</p>
|
||||
|
Loading…
Reference in New Issue
Block a user