Skip to content

Commit

Permalink
Merge pull request #2 from VKCOM/malpinskiy/dev
Browse files Browse the repository at this point in the history
UDP transport initial commit
  • Loading branch information
flyingmutant committed Jul 18, 2024
2 parents 01dd079 + 8f4033e commit 14eab7b
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 14eab7b

Please sign in to comment.