Skip to content

Commit 5576ac1

Browse files
authored
feat(router): support hive as source for supergraph (#400)
feat(router): support `poll_interval` in `file` source for supergraph feat(router): added HTTP `/readiness` check
1 parent cc5e576 commit 5576ac1

39 files changed

+2466
-638
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
2626
- run: cargo test_all
2727
- run: cargo test_e2e
28+
timeout-minutes: 5
29+
env:
30+
RUST_BACKTRACE: full
31+
RUST_LOG: debug
2832

2933
build-release:
3034
name: cargo build

0 commit comments

Comments
 (0)