Skip to content

Commit

Permalink
UDP transport initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinskiy committed Jul 17, 2024
1 parent 01dd079 commit 8f4033e
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ jobs:
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- run: cargo test
continue-on-error: ${{ matrix.rust == 'nightly' }}

statshouse-client-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: go run github.com/vkcom/statshouse/cmd/statshouse-client-test@master
Loading

0 comments on commit 8f4033e

Please sign in to comment.