diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index efd33e399..6ea50edf0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,9 @@
---
-on: [pull_request]
+on:
+ push:
+ branches:
+ - staging
+ - trying
name: Test binaries with cargo test
diff --git a/README.md b/README.md
index 62b3257b2..1cc40dfdc 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@
+
⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine 🔍
diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000..35b5c4a9f --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = ["Test on macos-latest", "Test on ubuntu-latest"] +# 4 hours timeout +timeout-sec = 14400