Browse Source

Merge #219

219: Configure bors for merging pull-requests r=thomaseizinger a=thomaseizinger



Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
feature/integration-tests
bors[bot] 3 years ago
committed by GitHub
parent
commit
31b562e85d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yml
  2. 2
      README.md
  3. 11
      bors.toml

4
.github/workflows/ci.yml

@ -77,10 +77,10 @@ jobs:
shell: bash
run: |
target/debug/maker --data-dir=/tmp/maker --generate-seed &
sleep 5s # Wait for maker to start
sleep 10s # Wait for maker to start
target/debug/taker --data-dir=/tmp/taker --generate-seed &
sleep 5s # Wait for taker to start
sleep 10s # Wait for taker to start
curl --fail http://localhost:8000/api/alive
curl --fail http://localhost:8001/api/alive

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