Skip to content

Commit

Permalink
Merge pull request #164 from blockworks-foundation/groovie/tpu-proxy-…
Browse files Browse the repository at this point in the history
…as-module-with-integration-test

tpu quic proxy as module and lite-rpc switch
  • Loading branch information
grooviegermanikus authored Aug 11, 2023
2 parents 778e8b3 + 3e4b7a0 commit 7f9f9f4
Show file tree
Hide file tree
Showing 44 changed files with 3,220 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get install libssl-dev openssl -y
- name: Early Build
run: cargo build --workspace
run: cargo build --workspace --tests

- name: Check Rust Code Format
run: cargo fmt -- --check
Expand All @@ -33,7 +33,7 @@ jobs:
run: cargo clippy --all-targets -- -D warnings

- name: Run Tests
run: cargo test
run: RUST_LOG=info cargo test

- name: Install node deps
run: yarn
Expand Down
Loading

0 comments on commit 7f9f9f4

Please sign in to comment.