mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
403 B
403 B
GitHub actions workflow for MeiliDB
Note:
- We do not use 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, the binaries for MacOS & Ubuntu, and the debian package.