mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 20:48:58 +01:00
12 lines
382 B
Markdown
12 lines
382 B
Markdown
# GitHub actions workflow for MeiliDB
|
|
|
|
> **Note:**
|
|
|
|
> - We do not use [cache](https://github.com/actions/cache) yet but we could use it to speed up CI
|
|
|
|
## Workflow
|
|
|
|
- On each pull request, we are triggering `cargo test`.
|
|
- On each commit on master, we are building the latest docker image.
|
|
- On each tag, we are building the tagged docker image and the binaries for MacOS & Ubuntu.
|