Browse Source

Configure bors for merging pull-requests

feature/integration-tests
Thomas Eizinger 3 years ago
parent
commit
b3b6cc97bb
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      README.md
  2. 11
      bors.toml

2
README.md

@ -1,5 +1,7 @@
# Project Hermes
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/38091)
CFD trading on Bitcoin.
Details coming soon.

11
bors.toml

@ -0,0 +1,11 @@
status = [
"formatting",
"clippy",
"check_frontend",
"build_and_test_frontend (maker)",
"build_and_test_frontend (taker)",
"test_daemons (ubuntu-latest)",
"test_daemons (macos-latest)",
"test_daemons (windows-latest)",
"daemons_arm_build",
]
Loading…
Cancel
Save